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

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 798 if (SlotIndex::isEarlierInstr(OldIdx, NewIdx))
831 if (I == E || SlotIndex::isEarlierInstr(OldIdx, I->start))
838 if (!SlotIndex::isEarlierInstr(I->end, NewIdx))
865 if (SlotIndex::isEarlierInstr(NewIdx, I->end)) {
    [all...]
RegAllocGreedy.cpp     [all...]
LiveInterval.cpp 74 assert(SlotIndex::isEarlierInstr(Def, I->start) && "Already live at def");
SplitKit.cpp 106 if (!SlotIndex::isEarlierInstr(VNI->def, LSP.second) && VNI->def < MBBEnd)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 473 if (!SlotIndex::isEarlierInstr(Idx, I->start)) {
SlotIndexes.h 210 /// isEarlierInstr - Return true if A refers to an instruction earlier than
212 static bool isEarlierInstr(SlotIndex A, SlotIndex B) {

Completed in 207 milliseconds