Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveStackAnalysis.h33 VNInfo::Allocator VNInfoAllocator; variable
87 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
HDLiveInterval.h306 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() argument
308 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def); in getNextValue()
316 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
321 VNInfo::Allocator &VNInfoAllocator) { in createValueCopy() argument
323 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); in createValueCopy()
HDLiveIntervalAnalysis.h65 VNInfo::Allocator VNInfoAllocator; variable
265 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveStackAnalysis.cpp47 VNInfoAllocator.Reset(); in releaseMemory()
HDLiveInterval.cpp62 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() argument
67 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef()
87 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef()
322 VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() argument
325 return CalcLiveRangeUtilSet(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
327 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
HDStackColoring.cpp118 VNInfo::Allocator VNInfoAllocator; member in __anonb3788cb60111::StackColoring
652 VNInfoAllocator.Reset(); in runOnMachineFunction()
687 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
HDLiveIntervalAnalysis.cpp117 VNInfoAllocator.Reset(); in releaseMemory()
1315 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1320 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()