HomeSort by relevance Sort by last modified time
    Searched refs:PredFBB (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))
701 // Make PredFBB explicit.
703 PredFBB = PredTBB;
708 if (!PredFBB)
709 PredFBB = NextBB;
712 if (PredFBB == TailBB)
713 PredFBB = NewTarget
    [all...]
BranchFolding.cpp     [all...]

Completed in 1543 milliseconds