Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp222 SlotIndex StopI = I.stop(); in update() local
223 if (!BI->Last.isValid() || StopI > BI->Last) in update()
224 BI->Last = StopI; in update()
239 SlotIndex StopI = I->end; in update() local
240 if (!BI->Last.isValid() || StopI > BI->Last) in update()
241 BI->Last = StopI; in update()