Home
last modified time | relevance | path

Searched refs:NumPhis (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp428 NumPhis == 1) in generateExistingPhis()
434 for (unsigned np = 0; np < NumPhis; ++np) { in generateExistingPhis()
536 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
576 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
587 while (NumPhis++ < NumStages) { in generateExistingPhis()
638 NumPhis = 1; in generatePhis()
686 if (np == NumPhis - 1) in generatePhis()
690 if (IsLast && np == NumPhis - 1) in generatePhis()
1123 unsigned NumPhis = getStagesForPhi(PhiDef); in rewritePhiValues() local
1124 if (NumPhis > StageNum) in rewritePhiValues()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp192 unsigned NumPhis = 0; in foldIntegerTypedPHI() local
193 for (auto II = BB->begin(); II != BB->end(); II++, NumPhis++) { in foldIntegerTypedPHI()
198 if (NumPhis > MaxNumPhis) in foldIntegerTypedPHI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp55 STATISTIC(NumPhis, "Number of phis propagated");
276 ++NumPhis; in processPHI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2786 unsigned NumPhis = 0; in FoldTwoEntryPHINode() local
2787 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++NumPhis, ++I) in FoldTwoEntryPHINode()
2788 if (NumPhis > 2) in FoldTwoEntryPHINode()
3723 unsigned NumPhis = 0; in SimplifyCondBranchToCondBranch() local
3725 ++II, ++NumPhis) { in SimplifyCondBranchToCondBranch()
3726 if (NumPhis > 2) // Disable this xform. in SimplifyCondBranchToCondBranch()