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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 199 MachineBasicBlock *truebb, MachineBasicBlock *falsebb,
203 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
214 // TrueBB/FalseBB - the block to branch to if the setcc is true/false.
215 MachineBasicBlock *TrueBB, *FalseBB;
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 100 /// TrueBB / FalseBB- See AnalyzeBranch().
117 MachineBasicBlock *TrueBB;
125 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {}
227 return BBI.IsBrAnalyzable && BBI.TrueBB == NULL;
335 : BBI.TrueBB->getNumber()) << ") ");
360 << BBI.TrueBB->getNumber() << ",F:"
378 << BBI.TrueBB->getNumber() << ",F:"
424 MachineBasicBlock *TrueBB) {
428 if (SuccBB != TrueBB)
440 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 82 milliseconds