Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterferenceCache.cpp160 SlotIndex StopI = I.stop(); in update() local
161 if (!BI->Last.isValid() || StopI > BI->Last) in update()
162 BI->Last = StopI; in update()