Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTailDuplication.cpp659 SmallVector<MachineOperand, 4> PredCond; in canCompletelyDuplicateBB() local
660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in canCompletelyDuplicateBB()
663 if (!PredCond.empty()) in canCompletelyDuplicateBB()
690 SmallVector<MachineOperand, 4> PredCond; in duplicateSimpleBB() local
691 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in duplicateSimpleBB()
702 if (PredCond.empty()) in duplicateSimpleBB()
719 PredCond.clear(); in duplicateSimpleBB()
732 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc()); in duplicateSimpleBB()
779 SmallVector<MachineOperand, 4> PredCond; in TailDuplicate() local
780 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in TailDuplicate()
[all …]
DBranchFolding.cpp1385 SmallVector<MachineOperand, 4> PredCond; in OptimizeBlock() local
1387 !TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true) in OptimizeBlock()