Searched refs:VNInfoAllocator (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 33 VNInfo::Allocator VNInfoAllocator; variable 87 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveInterval.h | 306 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()
|
D | LiveIntervalAnalysis.h | 65 VNInfo::Allocator VNInfoAllocator; variable 265 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
/external/llvm/lib/CodeGen/ |
D | LiveStackAnalysis.cpp | 47 VNInfoAllocator.Reset(); in releaseMemory()
|
D | LiveInterval.cpp | 62 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()
|
D | StackColoring.cpp | 119 VNInfo::Allocator VNInfoAllocator; member in __anon1f3233290111::StackColoring 653 VNInfoAllocator.Reset(); in runOnMachineFunction() 688 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
D | LiveIntervalAnalysis.cpp | 117 VNInfoAllocator.Reset(); in releaseMemory() 1315 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1320 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|