Lines Matching defs:MBB3
62 MachineBasicBlock *MBB0, *MBB1, *MBB2, *MBB3, *MBB4;
268 MBB3 = MF->CreateMachineBasicBlock(BB3);
269 MF->insert(MF->end(), MBB3);
272 MBB1->addSuccessor(MBB3);
273 MBB2->addSuccessor(MBB3);
339 MBB3 = MF->CreateMachineBasicBlock(BB3);
340 MF->insert(MF->end(), MBB3);
346 MBB2->addSuccessor(MBB3);
347 MBB3->addSuccessor(MBB1);
348 MBB3->addSuccessor(MBB4);
383 MBB3 = MF->CreateMachineBasicBlock(BB3);
384 MF->insert(MF->end(), MBB3);
389 MBB1->addSuccessor(MBB3);
390 MBB2->addSuccessor(MBB3);
391 MBB3->addSuccessor(MBB1);
392 MBB3->addSuccessor(MBB2);
393 MBB3->addSuccessor(MBB4);
432 MBB3 = MF->CreateMachineBasicBlock(BB3);
433 MF->insert(MF->end(), MBB3);
441 MBB2->addSuccessor(MBB3);
442 MBB3->addSuccessor(MBB2);
443 MBB3->addSuccessor(MBB3);
444 MBB3->addSuccessor(MBB4);
1160 SmallPtrSet<MachineBasicBlock *, 4> AllBlocks{MBB0, MBB1, MBB2, MBB3};
1815 VLiveOutIdx[MBB3] = &VLiveOuts[3];
1818 for (const auto *Pred : MBB3->predecessors())
1832 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1844 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1852 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1859 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1869 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1879 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1890 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1899 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1911 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1918 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1933 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1948 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
1962 Result = pickVPHILoc(OutValues, *MBB3, VLiveOutIdx, MOutLocs, Preds);
2138 VLiveOutIdx[MBB3] = &VLiveOuts[3];
2272 VLiveOutIdx[MBB3] = &VLiveOuts[3];
2278 AllBlocks.insert(MBB3);
2281 for (const auto *Pred : MBB3->predecessors())
2292 bool Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2299 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2308 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2324 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2338 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2349 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2361 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2371 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2381 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2392 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2408 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2422 Result = vlocJoin(*MBB3, VLiveOutIdx, AllBlocks, JoinedLoc);
2557 VLiveOutIdx[MBB3] = &VLiveOuts[3];
2564 AllBlocks.insert(MBB3);
2712 AssignBlocks.insert(MBB3);
3209 AssignBlocks.insert(MBB3);