Searched refs:MBBLiveness (Results 1 – 2 of 2) sorted by relevance
709 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local710 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()
827 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local828 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()829 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()