Searched refs:getNextValue (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 647 VNInfo* VN = Interval.getNextValue( in addSegmentToEndOfBlock() 1161 VNInfo *VNI = LI.getNextValue(instrIdx.getRegSlot(), in repairIntervalsInRange() 1167 VNInfo *VNI = LI.getNextValue(instrIdx.getRegSlot(), in repairIntervalsInRange()
|
D | LiveRangeCalc.cpp | 346 VNInfo *VNI = LR.getNextValue(Start, *Alloc); in updateSSA()
|
D | LiveInterval.cpp | 57 VNInfo *VNI = getNextValue(Def, VNInfoAllocator); in createDeadDef() 75 VNInfo *VNI = getNextValue(Def, VNInfoAllocator); in createDeadDef()
|
D | PHIElimination.cpp | 319 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode()
|
D | StackColoring.cpp | 687 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
D | InlineSpiller.cpp | 1314 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
|
D | TwoAddressInstructionPass.cpp | 1417 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
D | SplitKit.cpp | 382 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 264 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 1797 NewFMAInt.getNextValue(AI->start, in processBlock()
|