Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MBBs

2875   std::vector<MBBPriorityInfo> MBBs;
2876 MBBs.reserve(MF->size());
2879 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB),
2882 array_pod_sort(MBBs.begin(), MBBs.end(), compareMBBPriority);
2886 for (unsigned i = 0, e = MBBs.size(); i != e; ++i) {
2888 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
2890 CurrDepth = MBBs[i].Depth;
2892 copyCoalesceInMBB(MBBs[i].MBB);