Searched refs:CreateMBB (Results 1 – 12 of 12) 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()
315 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()
584 Switch->addOperand(MachineOperand::CreateMBB(DefaultMBB)); in processSwitches()587 Switch->addOperand(MachineOperand::CreateMBB(MBBs[k])); in processSwitches()
862 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
149 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
1906 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()1919 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
853 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
727 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
1824 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
2112 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()