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()
333 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitBlock()
307 MI.addOperand(MF, MachineOperand::CreateMBB(&NewMBB)); in splitEdge()
134 MI.addOperand(MF, MachineOperand::CreateMBB(TBB)); in fixBrTableDefault()
537 Switch->addOperand(MachineOperand::CreateMBB(DefaultMBB)); in processSwitches()540 Switch->addOperand(MachineOperand::CreateMBB(MBBs[k])); in processSwitches()
148 MI->addOperand(*MF, MachineOperand::CreateMBB(MBB, TargetFlags));
855 static MachineOperand CreateMBB(MachineBasicBlock *MBB,
1909 NewPN->addOperand(MachineOperand::CreateMBB(PredB)); in createPreheaderForLoop()1922 PN->addOperand(MachineOperand::CreateMBB(NewPH)); in createPreheaderForLoop()
855 PN->addOperand(MachineOperand::CreateMBB(FP.SplitB)); in updatePhiNodes()
727 I.Br->addOperand(MachineOperand::CreateMBB(LongBrMBB)); in expandToLongBranch()
1829 MI.addOperand(MachineOperand::CreateMBB(*PI)); in peelPrologAndEpilogs()
2069 Dest = MachineOperand::CreateMBB(MBB); in parseMBBOperand()