Home
last modified time | relevance | path

Searched refs:VNInfoAllocator (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveStacks.h40 VNInfo::Allocator VNInfoAllocator; variable
93 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
HDLiveInterval.h331 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()
HDLiveIntervals.h67 VNInfo::Allocator VNInfoAllocator; variable
293 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveStacks.cpp41 VNInfoAllocator.Reset(); in releaseMemory()
HDStackColoring.cpp418 VNInfo::Allocator VNInfoAllocator; member in __anon9c47d2000111::StackColoring
1193 VNInfoAllocator.Reset(); in runOnMachineFunction()
1231 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
HDLiveInterval.cpp87 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()
HDLiveIntervals.cpp142 VNInfoAllocator.Reset(); in clear()
1632 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1637 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()