HomeSort by relevance Sort by last modified time
    Searched refs:TrueBB (Results 1 - 10 of 10) 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),
239 return BBI.IsBrAnalyzable && BBI.TrueBB == nullptr;
352 : BBI.TrueBB->getNumber()) << ") ");
377 << BBI.TrueBB->getNumber() << ",F:"
395 << BBI.TrueBB->getNumber() << ",F:"
440 MachineBasicBlock *TrueBB) {
444 if (SuccBB != TrueBB)
456 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 817 MachineBasicBlock *TrueBB = nullptr, *FalseBB = nullptr;
822 TII->AnalyzeBranch(MBB, TrueBB, FalseBB, Cond, false, BranchInstrs);
831 assert(((R != MipsInstrInfo::BT_Uncond) || (TrueBB == &Dst)));
836 assert((TrueBB == &Dst) || (FalseBB == &Dst));
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 220 const Value *cmpmiddle, MachineBasicBlock *truebb,
225 TrueBB(truebb), FalseBB(falsebb), ThisBB(me), TrueProb(trueprob),
236 // TrueBB/FalseBB - the block to branch to if the setcc is true/false.
237 MachineBasicBlock *TrueBB, *FalseBB;
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 2784 milliseconds