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

  /external/llvm/lib/CodeGen/
TailDuplication.cpp 659 SmallVector<MachineOperand, 4> PredCond;
660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
663 if (!PredCond.empty())
690 SmallVector<MachineOperand, 4> PredCond;
691 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
702 if (PredCond.empty())
719 PredCond.clear();
732 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
779 SmallVector<MachineOperand, 4> PredCond;
780 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)
    [all...]
BranchFolding.cpp     [all...]

Completed in 1425 milliseconds