Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveStackAnalysis.h33 VNInfo::Allocator VNInfoAllocator; variable
87 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
DLiveInterval.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()
DLiveIntervalAnalysis.h65 VNInfo::Allocator VNInfoAllocator; variable
265 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
/external/llvm/lib/CodeGen/
DLiveStackAnalysis.cpp47 VNInfoAllocator.Reset(); in releaseMemory()
DLiveInterval.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()
DStackColoring.cpp119 VNInfo::Allocator VNInfoAllocator; member in __anon1f3233290111::StackColoring
653 VNInfoAllocator.Reset(); in runOnMachineFunction()
688 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
DLiveIntervalAnalysis.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()