Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3146 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3148 F->insert(It, IfFalseMBB); in expandSelectCC()
3157 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3165 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3173 .addMBB(IfFalseMBB); in expandSelectCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6406 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
6408 F->insert(I, IfFalseMBB); in emitSelectPseudo()
6423 HeadMBB->addSuccessor(IfFalseMBB); in emitSelectPseudo()
6435 IfFalseMBB->addSuccessor(TailMBB); in emitSelectPseudo()
6450 .addMBB(IfFalseMBB); in emitSelectPseudo()