Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterferenceCache.cpp130 SlotIndex StartI = I.start(); in update() local
131 if (StartI >= Stop) in update()
133 if (!BI->First.isValid() || StartI < BI->First) in update()
134 BI->First = StartI; in update()