Home
last modified time | relevance | path

Searched refs:MBBStartIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp1124 SlotIndex MBBStartIdx = LiveInts->getMBBStartIdx(MBB); in verifyLiveIntervals() local
1125 if (I->start != MBBStartIdx && I->start != VNI->def) { in verifyLiveIntervals()
1129 << MBBStartIdx << '\n'; in verifyLiveIntervals()
1148 << MBBStartIdx << '\n'; in verifyLiveIntervals()
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1701 SlotIndex MBBStartIdx = LiveInts->getMBBStartIdx(MBB); in verifyLiveRangeSegment() local
1702 if (S.start != MBBStartIdx && S.start != VNI->def) { in verifyLiveRangeSegment()