Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp408 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local
409 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()
410 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()
413 for (int pos = MBBLiveness.LiveOut.find_first(); pos != -1; in calculateLiveIntervals()
414 pos = MBBLiveness.LiveOut.find_next(pos)) { in calculateLiveIntervals()