Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.cpp223 SlotIndex StopI = I.stop(); in update() local
224 if (!BI->Last.isValid() || StopI > BI->Last) in update()
225 BI->Last = StopI; in update()
240 SlotIndex StopI = I->end; in update() local
241 if (!BI->Last.isValid() || StopI > BI->Last) in update()
242 BI->Last = StopI; in update()