reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
322 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { 332 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc); 341 VNInfo::Allocator &VNInfoAllocator) {include/llvm/CodeGen/LiveIntervals.h
65 VNInfo::Allocator VNInfoAllocator; 284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }include/llvm/CodeGen/LiveRangeCalc.h
49 VNInfo::Allocator *Alloc = nullptr; 194 MachineDominatorTree *MDT, VNInfo::Allocator *VNIA);include/llvm/CodeGen/LiveStacks.h
35 VNInfo::Allocator VNInfoAllocator; 88 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; }lib/CodeGen/LiveInterval.cpp
87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, 370 VNInfo *LiveRange::createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc) {lib/CodeGen/LiveRangeCalc.cpp
54 VNInfo::Allocator *VNIA) { 64 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc,lib/CodeGen/LiveRangeEdit.cpp
47 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator();
lib/CodeGen/StackColoring.cpp 419 VNInfo::Allocator VNInfoAllocator;