Searched refs:IfFalseMBB (Results 1 – 2 of 2) sorted by relevance
587 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local589 F->insert(I, IfFalseMBB); in EmitInstrWithCustomInserter()598 HeadMBB->addSuccessor(IfFalseMBB); in EmitInstrWithCustomInserter()613 IfFalseMBB->addSuccessor(TailMBB); in EmitInstrWithCustomInserter()621 .addMBB(IfFalseMBB); in EmitInstrWithCustomInserter()
3171 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local3173 F->insert(It, IfFalseMBB); in expandSelectCC()3182 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()3190 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()3198 .addMBB(IfFalseMBB); in expandSelectCC()