Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3236 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3238 F->insert(It, IfFalseMBB); in expandSelectCC()
3247 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3255 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3263 .addMBB(IfFalseMBB); in expandSelectCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6350 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
6352 F->insert(I, IfFalseMBB); in emitSelectPseudo()
6357 IfFalseMBB->setCallFrameSize(CallFrameSize); in emitSelectPseudo()
6372 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
6385 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
6400 .addMBB(IfFalseMBB); in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21624 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
21626 F->insert(I, IfFalseMBB); in emitSelectPseudo()
21631 IfFalseMBB->setCallFrameSize(CallFrameSize); in emitSelectPseudo()
21646 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
21662 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
21677 .addMBB(IfFalseMBB); in emitSelectPseudo()