Searched refs:CreateMBB (Results 1 – 13 of 13) sorted by relevance
119 auto CreateMBB = [&]() { in INITIALIZE_PASS() local130 auto *ElseMBB = CreateMBB(); in INITIALIZE_PASS()137 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()169 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
231 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
306 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
135 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
268 TI->addOperand(MachineOperand::CreateMBB(getMatchingEHPad(TI))); in replaceFuncletReturns()
862 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
150 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
1905 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()1918 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
853 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
726 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
797 NewOps.push_back(MachineOperand::CreateMBB(It->second)); in processSwitches()
1832 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
2121 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()