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 101 /// TrueBB / FalseBB- See AnalyzeBranch().
118 MachineBasicBlock *TrueBB;
126 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {}
228 return BBI.IsBrAnalyzable && BBI.TrueBB == NULL;
336 : BBI.TrueBB->getNumber()) << ") ");
361 << BBI.TrueBB->getNumber() << ",F:"
379 << BBI.TrueBB->getNumber() << ",F:"
425 MachineBasicBlock *TrueBB) {
429 if (SuccBB != TrueBB)
441 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl)
    [all...]
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 655 MachineBasicBlock *TrueBB = 0, *FalseBB = 0;
660 TII->AnalyzeBranch(MBB, TrueBB, FalseBB, Cond, false, BranchInstrs);
669 assert(((R != MipsInstrInfo::BT_Uncond) || (TrueBB == &Dst)));
674 assert((TrueBB == &Dst) || (FalseBB == &Dst));
  /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...]
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 631 MachineBasicBlock *TrueBB = MF->CreateMachineBasicBlock(LLVM_BB);
633 MF->insert(It, TrueBB);
655 .addMBB(TrueBB);
658 MBB->addSuccessor(TrueBB);
663 BuildMI(TrueBB, DL, TII->get(AArch64::LSFP128_STR))
670 TrueBB->addSuccessor(EndBB);
    [all...]

Completed in 92 milliseconds