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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp127 SlotIndex lastIndex; member in struct:__anon2150::MachineVerifier
590 lastIndex = SlotIndex();
813 lastIndex = Indexes->getMBBStartIdx(MBB);
821 if (!(idx > lastIndex)) {
823 errs() << "Last instruction was at " << lastIndex << '\n';
825 lastIndex = idx;
2577 if (!(stop > lastIndex)) {
2580 << " last instruction was at " << lastIndex << '\n'; local
2582 lastIndex = stop;

Completed in 119 milliseconds