Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTailDuplication.cpp673 SmallVector<MachineOperand, 4> PredCond; in canCompletelyDuplicateBB() local
674 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in canCompletelyDuplicateBB()
677 if (!PredCond.empty()) in canCompletelyDuplicateBB()
704 SmallVector<MachineOperand, 4> PredCond; in duplicateSimpleBB() local
705 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in duplicateSimpleBB()
716 if (PredCond.empty()) in duplicateSimpleBB()
733 PredCond.clear(); in duplicateSimpleBB()
746 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc()); in duplicateSimpleBB()
793 SmallVector<MachineOperand, 4> PredCond; in TailDuplicate() local
794 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in TailDuplicate()
[all …]
DBranchFolding.cpp1516 SmallVector<MachineOperand, 4> PredCond; in OptimizeBlock() local
1518 !TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true) in OptimizeBlock()