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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 106 /// TrueBB / FalseBB- See AnalyzeBranch().
123 MachineBasicBlock *TrueBB;
131 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr),
235 return BBI.IsBrAnalyzable && BBI.TrueBB == nullptr;
347 : BBI.TrueBB->getNumber()) << ") ");
372 << BBI.TrueBB->getNumber() << ",F:"
390 << BBI.TrueBB->getNumber() << ",F:"
436 MachineBasicBlock *TrueBB) {
440 if (SuccBB != TrueBB)
452 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 671 MachineBasicBlock *TrueBB = nullptr, *FalseBB = nullptr;
676 TII->AnalyzeBranch(MBB, TrueBB, FalseBB, Cond, false, BranchInstrs);
685 assert(((R != MipsInstrInfo::BT_Uncond) || (TrueBB == &Dst)));
690 assert((TrueBB == &Dst) || (FalseBB == &Dst));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 211 MachineBasicBlock *truebb, MachineBasicBlock *falsebb,
215 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
226 // TrueBB/FalseBB - the block to branch to if the setcc is true/false.
227 MachineBasicBlock *TrueBB, *FalseBB;
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 95 milliseconds