Lines Matching defs:BII
274 for (const auto &BII : Blocks) {
276 << printMBBReference(*BII.first) << ":\n"
277 << " InNeeds = " << PrintState(BII.second.InNeeds)
278 << ", Needs = " << PrintState(BII.second.Needs)
279 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n";
281 for (const MachineInstr &MI : *BII.first) {
1796 for (auto &BII : Blocks)
1797 processBlock(*BII.first, BII.second, BII.first == &Entry);
1799 for (auto &BII : Blocks)
1800 lowerBlock(*BII.first, BII.second);