Searched refs:PredCond (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp659 SmallVector<MachineOperand, 4> PredCond; local
660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
663 if (!PredCond.empty())
690 SmallVector<MachineOperand, 4> PredCond; local
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; local
780 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, tru
[all...]
H A DBranchFolding.cpp1385 SmallVector<MachineOperand, 4> PredCond; local
1387 !TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)

Completed in 80 milliseconds