Searched refs:MBBStartIndex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 328 SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB); in LowerPHINode() local 333 VNInfo *IncomingVNI = IncomingLI.getVNInfoAt(MBBStartIndex); in LowerPHINode() 335 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode() 337 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode() 349 VNInfo *OrigDestVNI = DestLI.getVNInfoAt(MBBStartIndex); in LowerPHINode() 351 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 358 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 314 SlotIndex MBBStartIndex = LIS->getMBBStartIdx(&MBB); in LowerPHINode() local 319 VNInfo *IncomingVNI = IncomingLI.getVNInfoAt(MBBStartIndex); in LowerPHINode() 321 IncomingVNI = IncomingLI.getNextValue(MBBStartIndex, in LowerPHINode() 323 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode() 335 VNInfo *OrigDestVNI = DestLI.getVNInfoAt(MBBStartIndex); in LowerPHINode() 337 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode() 344 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StrongPHIElimination.cpp | 733 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB); in InsertCopiesForPHI() local 736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex)) in InsertCopiesForPHI() 737 SrcLI.removeRange(MBBStartIndex, PHIIndex, true); in InsertCopiesForPHI() 756 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB); in InsertCopiesForPHI() local 757 DestVNI->def = MBBStartIndex; in InsertCopiesForPHI() 758 DestLI.addRange(LiveRange(MBBStartIndex, in InsertCopiesForPHI() 779 SlotIndex MBBStartIndex = LI->getMBBStartIdx(MBB); in InsertCopiesForPHI() local 781 VNInfo *CopyVNI = CopyLI.getNextValue(MBBStartIndex, in InsertCopiesForPHI() 785 CopyLI.addRange(LiveRange(MBBStartIndex, in InsertCopiesForPHI()
|