Home
last modified time | relevance | path

Searched refs:IfFalseMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp1341 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
1343 F->insert(I, IfFalseMBB); in emitSelectPseudo()
1358 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
1370 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
1385 .addMBB(IfFalseMBB); in emitSelectPseudo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp3139 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3141 F->insert(It, IfFalseMBB); in expandSelectCC()
3150 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3158 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3166 .addMBB(IfFalseMBB); in expandSelectCC()