Lines Matching refs:MBBs
2160 std::vector<MBBPriorityInfo> MBBs;
2161 MBBs.reserve(MF->size());
2164 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB),
2167 array_pod_sort(MBBs.begin(), MBBs.end(), compareMBBPriority);
2171 for (unsigned i = 0, e = MBBs.size(); i != e; ++i) {
2173 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
2175 CurrDepth = MBBs[i].Depth;
2177 copyCoalesceInMBB(MBBs[i].MBB);