Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp587 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
589 F->insert(I, IfFalseMBB); in EmitInstrWithCustomInserter()
598 HeadMBB->addSuccessor(IfFalseMBB); in EmitInstrWithCustomInserter()
613 IfFalseMBB->addSuccessor(TailMBB); in EmitInstrWithCustomInserter()
621 .addMBB(IfFalseMBB); in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3171 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3173 F->insert(It, IfFalseMBB); in expandSelectCC()
3182 ThisMBB->addSuccessor(IfFalseMBB); in expandSelectCC()
3190 IfFalseMBB->addSuccessor(SinkMBB); in expandSelectCC()
3198 .addMBB(IfFalseMBB); in expandSelectCC()