HomeSort by relevance Sort by last modified time
    Searched defs:isSameInstr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 204 /// isSameInstr - Return true if A and B refer to the same instruction.
205 static bool isSameInstr(SlotIndex A, SlotIndex B) {
210 /// B. This is equivalent to A < B && !isSameInstr(A, B).
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SlotIndexes.h 197 /// isSameInstr - Return true if A and B refer to the same instruction.
198 static bool isSameInstr(SlotIndex A, SlotIndex B) {
203 /// B. This is equivalent to A < B && !isSameInstr(A, B).
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 184 /// isSameInstr - Return true if A and B refer to the same instruction.
185 static bool isSameInstr(SlotIndex A, SlotIndex B) {

Completed in 270 milliseconds