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

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp409 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; local
410 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1;
411 pos = MBBLiveness.LiveIn.find_next(pos)) {
414 for (int pos = MBBLiveness.LiveOut.find_first(); pos != -1;
415 pos = MBBLiveness.LiveOut.find_next(pos)) {

Completed in 241 milliseconds