HomeSort by: relevance | last modified time | path
    Searched refs:PredTBB (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TailDuplicator.cpp 580 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
582 if (TII->analyzeBranch(TailBB, PredTBB, PredFBB, PredCond) &&
706 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
708 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
732 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
734 if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond))
746 PredFBB = PredTBB;
749 if (!PredTBB)
750 PredTBB = NextBB;
757 if (PredTBB == TailBB
    [all...]
BranchFolding.cpp 1527 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
1530 !TII->analyzeBranch(*Pred, PredTBB, PredFBB, PredCond, true);
1532 if (PredAnalyzable && !PredCond.empty() && PredTBB == MBB &&
1533 PredTBB != PredFBB) {
1679 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
1682 !TII->analyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true) &&
1683 (PredTBB == MBB || PredFBB == MBB) &&

Completed in 26 milliseconds