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

  /external/llvm/lib/CodeGen/
SplitKit.h 88 return SlotIndex::isSameInstr(FirstUse, LastUse);
InlineSpiller.cpp     [all...]
SplitKit.cpp 121 SlotIndex::isSameInstr),
    [all...]
  /external/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 60 milliseconds