Lines Matching defs:MBB1

62   MachineBasicBlock *MBB0, *MBB1, *MBB2, *MBB3, *MBB4;
264 MBB1 = MF->CreateMachineBasicBlock(BB1);
265 MF->insert(MF->end(), MBB1);
270 MBB0->addSuccessor(MBB1);
272 MBB1->addSuccessor(MBB3);
297 MBB1 = MF->CreateMachineBasicBlock(BB1);
298 MF->insert(MF->end(), MBB1);
301 MBB0->addSuccessor(MBB1);
302 MBB1->addSuccessor(MBB2);
303 MBB1->addSuccessor(MBB1);
335 MBB1 = MF->CreateMachineBasicBlock(BB1);
336 MF->insert(MF->end(), MBB1);
343 MBB0->addSuccessor(MBB1);
344 MBB1->addSuccessor(MBB2);
347 MBB3->addSuccessor(MBB1);
379 MBB1 = MF->CreateMachineBasicBlock(BB1);
380 MF->insert(MF->end(), MBB1);
387 MBB0->addSuccessor(MBB1);
389 MBB1->addSuccessor(MBB3);
391 MBB3->addSuccessor(MBB1);
428 MBB1 = MF->CreateMachineBasicBlock(BB1);
429 MF->insert(MF->end(), MBB1);
436 MBB0->addSuccessor(MBB1);
437 MBB1->addSuccessor(MBB1);
438 MBB1->addSuccessor(MBB2);
439 MBB2->addSuccessor(MBB1);
1160 SmallPtrSet<MachineBasicBlock *, 4> AllBlocks{MBB0, MBB1, MBB2, MBB3};
1813 VLiveOutIdx[MBB1] = &VLiveOuts[1];
2006 VLiveOutIdx[MBB1] = &VLiveOuts[1];
2010 for (const auto *Pred : MBB1->predecessors())
2024 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2034 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2049 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2064 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2076 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2085 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2136 VLiveOutIdx[MBB1] = &VLiveOuts[1];
2143 for (const auto *Pred : MBB1->predecessors())
2160 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2172 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2183 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2192 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2204 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2215 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2227 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2241 Result = pickVPHILoc(OutValues, *MBB1, VLiveOutIdx, MOutLocs, Preds);
2270 VLiveOutIdx[MBB1] = &VLiveOuts[1];
2276 AllBlocks.insert(MBB1);
2454 VLiveOutIdx[MBB1] = &VLiveOuts[1];
2459 AllBlocks.insert(MBB1);
2463 for (const auto *Pred : MBB1->predecessors())
2478 bool Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2487 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2496 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2509 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2518 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2555 VLiveOutIdx[MBB1] = &VLiveOuts[1];
2562 AllBlocks.insert(MBB1);
2569 for (const auto *Pred : MBB1->predecessors())
2580 bool Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2590 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2601 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2611 Result = vlocJoin(*MBB1, VLiveOutIdx, AllBlocks, JoinedLoc);
2710 AssignBlocks.insert(MBB1);
2932 AssignBlocks.insert(MBB1);
3207 AssignBlocks.insert(MBB1);