Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3264 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3266 F->insert(It, IfFalseMBB); in expandSelectCC()
3275 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3283 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3291 .addMBB(IfFalseMBB); in expandSelectCC()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10129 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
10131 F->insert(I, IfFalseMBB); in emitSelectPseudo()
10146 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
10156 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
10171 .addMBB(IfFalseMBB); in emitSelectPseudo()