Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineVerifier.cpp127 SlotIndex lastIndex; member
590 lastIndex = SlotIndex(); in visitMachineFunctionBefore()
813 lastIndex = Indexes->getMBBStartIdx(MBB); in visitMachineBasicBlockBefore()
821 if (!(idx > lastIndex)) { in visitMachineBundleBefore()
823 errs() << "Last instruction was at " << lastIndex << '\n'; in visitMachineBundleBefore()
825 lastIndex = idx; in visitMachineBundleBefore()
2577 if (!(stop > lastIndex)) { in visitMachineBasicBlockAfter()
2580 << " last instruction was at " << lastIndex << '\n'; in visitMachineBasicBlockAfter()
2582 lastIndex = stop; in visitMachineBasicBlockAfter()