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

  /external/llvm/lib/CodeGen/
TailDuplication.cpp 658 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
689 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
691 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
703 PredFBB = PredTBB;
706 if (!PredTBB)
707 PredTBB = NextBB;
714 if (PredTBB == TailBB)
715 PredTBB = NewTarget;
718 if (PredTBB == PredFBB)
    [all...]
BranchFolding.cpp     [all...]

Completed in 189 milliseconds