Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3390 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3392 F->insert(It, IfFalseMBB); in expandSelectCC()
3401 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3409 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3417 .addMBB(IfFalseMBB); in expandSelectCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16922 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
16924 F->insert(I, IfFalseMBB); in emitSelectPseudo()
16939 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
16949 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
16964 .addMBB(IfFalseMBB); in emitSelectPseudo()