Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTailDuplication.cpp651 SmallVector<MachineOperand, 4> PredCond; in canCompletelyDuplicateBB() local
652 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in canCompletelyDuplicateBB()
655 if (!PredCond.empty()) in canCompletelyDuplicateBB()
682 SmallVector<MachineOperand, 4> PredCond; in duplicateSimpleBB() local
683 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in duplicateSimpleBB()
694 if (PredCond.empty()) in duplicateSimpleBB()
711 PredCond.clear(); in duplicateSimpleBB()
724 TII->InsertBranch(*PredBB, PredTBB, PredFBB, PredCond, DebugLoc()); in duplicateSimpleBB()
770 SmallVector<MachineOperand, 4> PredCond; in TailDuplicate() local
771 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)) in TailDuplicate()
[all …]
DBranchFolding.cpp1377 SmallVector<MachineOperand, 4> PredCond; in OptimizeBlock() local
1379 !TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true) in OptimizeBlock()