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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 108 /// TrueBB / FalseBB- See analyzeBranch().
125 MachineBasicBlock *TrueBB;
133 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr),
247 return BBI.IsBrAnalyzable && BBI.TrueBB == nullptr;
360 : BBI.TrueBB->getNumber()) << ") ");
385 << BBI.TrueBB->getNumber() << ",F:"
403 << BBI.TrueBB->getNumber() << ",F:"
441 MachineBasicBlock *TrueBB) {
445 if (SuccBB != TrueBB)
457 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
BranchFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 99 /// TrueBB / FalseBB- See AnalyzeBranch().
116 MachineBasicBlock *TrueBB;
124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {}
224 return BBI.IsBrAnalyzable && BBI.TrueBB == NULL;
327 : BBI.TrueBB->getNumber()) << ") ");
352 << BBI.TrueBB->getNumber() << ",F:"
370 << BBI.TrueBB->getNumber() << ",F:"
416 MachineBasicBlock *TrueBB) {
420 if (SuccBB != TrueBB)
432 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 813 MachineBasicBlock *TrueBB = nullptr, *FalseBB = nullptr;
818 TII->analyzeBranch(MBB, TrueBB, FalseBB, Cond, false, BranchInstrs);
827 assert(((R != MipsInstrInfo::BT_Uncond) || (TrueBB == &Dst)));
832 assert((TrueBB == &Dst) || (FalseBB == &Dst));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 208 MachineBasicBlock *truebb, MachineBasicBlock *falsebb,
212 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
223 // TrueBB/FalseBB - the block to branch to if the setcc is true/false.
224 MachineBasicBlock *TrueBB, *FalseBB;
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /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...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1160 milliseconds