Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp709 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local
710 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()
711 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()
714 for (int pos = MBBLiveness.LiveOut.find_first(); pos != -1; in calculateLiveIntervals()
715 pos = MBBLiveness.LiveOut.find_next(pos)) { in calculateLiveIntervals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp827 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local
828 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()
829 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()