HomeSort by relevance Sort by last modified time
    Searched refs:IfFalseMBB (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 576 // | IfFalseMBB
587 MachineBasicBlock *IfFalseMBB = F->CreateMachineBasicBlock(LLVM_BB);
589 F->insert(I, IfFalseMBB);
598 HeadMBB->addSuccessor(IfFalseMBB);
612 // IfFalseMBB just falls through to TailMBB.
613 IfFalseMBB->addSuccessor(TailMBB);
615 // %Result = phi [ %TrueValue, HeadMBB ], [ %FalseValue, IfFalseMBB ]
621 .addMBB(IfFalseMBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 110 milliseconds