Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp155 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo() local
195 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()
223 if (LVI == LVE) in calcLiveBlockInfo()
228 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()
247 LiveInterval::iterator LVE = li->end(); in countLiveBlocks() local
256 if (LVI == LVE) in countLiveBlocks()
DMachineVerifier.cpp975 LVE = LiveInts->end(); LVI != LVE; ++LVI) { in verifyLiveIntervals() local