Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp202 SlotIndex LastStop = LVI->end; in calcLiveBlockInfo() local
205 BI.LastInstr = LastStop; in calcLiveBlockInfo()
209 if (LastStop < LVI->start) { in calcLiveBlockInfo()
217 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()
/external/llvm/lib/CodeGen/
DSplitKit.cpp240 SlotIndex LastStop = LVI->end; in calcLiveBlockInfo() local
243 BI.LastInstr = LastStop; in calcLiveBlockInfo()
247 if (LastStop < LVI->start) { in calcLiveBlockInfo()
255 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()