Searched refs:CreateMBB (Results 1 – 11 of 11) sorted by relevance
118 auto CreateMBB = [&]() { in INITIALIZE_PASS() local129 auto *ElseMBB = CreateMBB(); in INITIALIZE_PASS()136 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()168 auto *ThenMBB = CreateMBB(); in INITIALIZE_PASS()
333 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
306 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
130 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
148 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
816 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
723 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
1922 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()1935 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
855 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
1811 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
1842 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()