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

/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h205 /// isSameInstr - Return true if A and B refer to the same instruction.
206 static bool isSameInstr(SlotIndex A, SlotIndex B) { function in class:llvm::SlotIndex
211 /// B. This is equivalent to A < B && !isSameInstr(A, B).

Completed in 285 milliseconds