Searched refs:MBBLiveness (Results 1 – 1 of 1) sorted by relevance
842 BlockLifetimeInfo &MBBLiveness = BlockLiveness[&MBB]; in calculateLiveIntervals() local843 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()844 pos = MBBLiveness.LiveIn.find_next(pos)) { in calculateLiveIntervals()