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 673 SmallVector<MachineOperand, 4> PredCond;
674 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
677 if (!PredCond.empty())
704 SmallVector<MachineOperand, 4> PredCond;
705 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
716 if (PredCond.empty())
733 PredCond.clear();
746 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc());
793 SmallVector<MachineOperand, 4> PredCond;
794 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)
    [all...]
BranchFolding.cpp     [all...]

Completed in 869 milliseconds