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

  /external/llvm/lib/CodeGen/
SplitKit.h 77 return SlotIndex::isSameInstr(FirstInstr, LastInstr);
SplitKit.cpp 145 SlotIndex::isSameInstr),
558 if (SpillMode && !SlotIndex::isSameInstr(ParentVNI->def, Idx) &&
    [all...]
InlineSpiller.cpp     [all...]
MachineVerifier.cpp     [all...]
LiveIntervalAnalysis.cpp 672 if (SlotIndex::isSameInstr(VNI->def, Idx)) {
    [all...]
RegAllocGreedy.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 213 /// isSameInstr - Return true if A and B refer to the same instruction.
214 static bool isSameInstr(SlotIndex A, SlotIndex B) {
219 /// B. This is equivalent to A < B && !isSameInstr(A, B).

Completed in 26 milliseconds