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),
237 return BBI.IsBrAnalyzable && BBI.TrueBB == nullptr;
347 : BBI.TrueBB->getNumber()) << ") ");
372 << BBI.TrueBB->getNumber() << ",F:"
390 << BBI.TrueBB->getNumber() << ",F:"
435 MachineBasicBlock *TrueBB) {
439 if (SuccBB != TrueBB)
451 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 791 MachineBasicBlock *TrueBB = nullptr, *FalseBB = nullptr;
796 TII->AnalyzeBranch(MBB, TrueBB, FalseBB, Cond, false, BranchInstrs);
805 assert(((R != MipsInstrInfo::BT_Uncond) || (TrueBB == &Dst)));
810 assert((TrueBB == &Dst) || (FalseBB == &Dst));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 209 MachineBasicBlock *truebb, MachineBasicBlock *falsebb,
213 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
224 // TrueBB/FalseBB - the block to branch to if the setcc is true/false.
225 MachineBasicBlock *TrueBB, *FalseBB;
    [all...]
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 707 milliseconds