Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp426 NumPhis == 1) in generateExistingPhis()
432 for (unsigned np = 0; np < NumPhis; ++np) { in generateExistingPhis()
534 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
574 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
585 while (NumPhis++ < NumStages) { in generateExistingPhis()
636 NumPhis = 1; in generatePhis()
707 if (np == NumPhis - 1) in generatePhis()
711 if (IsLast && np == NumPhis - 1) in generatePhis()
1120 unsigned NumPhis = getStagesForPhi(PhiDef); in rewritePhiValues() local
1121 if (NumPhis > StageNum) in rewritePhiValues()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp55 STATISTIC(NumPhis, "Number of phis propagated");
286 ++NumPhis; in processPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp194 unsigned NumPhis = 0; in foldIntegerTypedPHI() local
197 if (NumPhis++ > MaxNumPhis) in foldIntegerTypedPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3480 unsigned NumPhis = 0; in FoldTwoEntryPHINode() local
3481 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++NumPhis, ++I) in FoldTwoEntryPHINode()
3482 if (NumPhis > 2) in FoldTwoEntryPHINode()
4409 unsigned NumPhis = 0; in SimplifyCondBranchToCondBranch() local
4411 ++II, ++NumPhis) { in SimplifyCondBranchToCondBranch()
4412 if (NumPhis > 2) // Disable this xform. in SimplifyCondBranchToCondBranch()