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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp827 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; local
828 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1;
829 pos = MBBLiveness.LiveIn.find_next(pos)) {

Completed in 95 milliseconds