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

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

Completed in 40 milliseconds