Searched refs:VNInfoAllocator (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | LiveStacks.h | 40 VNInfo::Allocator VNInfoAllocator; variable 93 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
| HD | LiveInterval.h | 331 VNInfo *getNextValue(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() argument 333 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), Def); in getNextValue() 350 VNInfo::Allocator &VNInfoAllocator) { in createValueCopy() argument 352 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); in createValueCopy()
|
| HD | LiveIntervals.h | 67 VNInfo::Allocator VNInfoAllocator; variable 293 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LiveStacks.cpp | 41 VNInfoAllocator.Reset(); in releaseMemory()
|
| HD | StackColoring.cpp | 418 VNInfo::Allocator VNInfoAllocator; member in __anon9c47d2000111::StackColoring 1193 VNInfoAllocator.Reset(); in runOnMachineFunction() 1231 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
| HD | LiveInterval.cpp | 87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() argument 94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef() 115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
|
| HD | LiveIntervals.cpp | 142 VNInfoAllocator.Reset(); in clear() 1632 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1637 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|