Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3382 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3384 F->insert(It, IfFalseMBB); in expandSelectCC()
3393 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3401 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3409 .addMBB(IfFalseMBB); in expandSelectCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18403 // | IfFalseMBB in emitSelectPseudo()
18479 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo()
18481 F->insert(I, IfFalseMBB); in emitSelectPseudo()
18486 IfFalseMBB->setCallFrameSize(CallFrameSize); in emitSelectPseudo()
18501 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
18516 // IfFalseMBB just falls through to TailMBB. in emitSelectPseudo()
18517 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
18526 // %Result = phi [ %TrueValue, HeadMBB ], [ %FalseValue, IfFalseMBB ] in emitSelectPseudo()
18532 .addMBB(IfFalseMBB); in emitSelectPseudo()
18476 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); emitSelectPseudo() local