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

  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 216 SlotIndex StopI = I.stop();
217 if (!BI->Last.isValid() || StopI > BI->Last)
218 BI->Last = StopI;
233 SlotIndex StopI = I->end;
234 if (!BI->Last.isValid() || StopI > BI->Last)
235 BI->Last = StopI;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InterferenceCache.cpp 163 SlotIndex StopI = I.stop();
164 if (!BI->Last.isValid() || StopI > BI->Last)
165 BI->Last = StopI;

Completed in 55 milliseconds