Searched defs:getIndexBefore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h401 /// getIndexBefore - Returns the index of the last indexed instruction
404 SlotIndex getIndexBefore(const MachineInstr *MI) const { function in class:llvm::SlotIndexes
549 prevItr = getIndexBefore(mi).listEntry();

Completed in 82 milliseconds