Home
last modified time | relevance | path

Searched refs:MBBStart (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FixupSetCC.cpp102 auto MBBStart = MBB->instr_rend(); in findFlagsImpDef() local
103 for (int i = 0; (i < SearchBound) && (MI != MBBStart); ++i, ++MI) in findFlagsImpDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp103 auto MBBStart = MBB->rend(); in findFlagsImpDef() local
104 for (int i = 0; (i < SearchBound) && (MI != MBBStart); ++i, ++MI) in findFlagsImpDef()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp619 SlotIndex MBBStart, MBBEnd; in pruneValue() local
620 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
621 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
630 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
637 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp655 SlotIndex MBBStart, MBBEnd; in pruneValue() local
656 std::tie(MBBStart, MBBEnd) = Indexes->getMBBRange(MBB); in pruneValue()
657 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
666 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
673 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()