Home
last modified time | relevance | path

Searched refs:StopI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DInterferenceCache.cpp216 SlotIndex StopI = I.stop(); in update() local
217 if (!BI->Last.isValid() || StopI > BI->Last) in update()
218 BI->Last = StopI; in update()
233 SlotIndex StopI = I->end; in update() local
234 if (!BI->Last.isValid() || StopI > BI->Last) in update()
235 BI->Last = StopI; in update()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInterferenceCache.cpp163 SlotIndex StopI = I.stop(); in update() local
164 if (!BI->Last.isValid() || StopI > BI->Last) in update()
165 BI->Last = StopI; in update()