Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2170 NumPhis == 1) in generateExistingPhis()
2176 for (unsigned np = 0; np < NumPhis; ++np) { in generateExistingPhis()
2277 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
2317 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
2328 while (NumPhis++ < NumStages) { in generateExistingPhis()
2380 NumPhis = 1; in generatePhis()
2428 if (np == NumPhis - 1) in generatePhis()
2432 if (IsLast && np == NumPhis - 1) in generatePhis()
2870 if (NumPhis > StageNum) in rewritePhiValues()
2871 NumPhis = StageNum; in rewritePhiValues()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp183 unsigned NumPhis = 0; in FoldIntegerTypedPHI() local
185 II != EI; II++, NumPhis++) { in FoldIntegerTypedPHI()
187 if (NumPhis > MaxNumPhis) in FoldIntegerTypedPHI()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp55 STATISTIC(NumPhis, "Number of phis propagated");
250 ++NumPhis; in processPHI()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2298 unsigned NumPhis = 0; in FoldTwoEntryPHINode() local
2299 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++NumPhis, ++I) in FoldTwoEntryPHINode()
2300 if (NumPhis > 2) in FoldTwoEntryPHINode()
3275 unsigned NumPhis = 0; in SimplifyCondBranchToCondBranch() local
3277 ++II, ++NumPhis) { in SimplifyCondBranchToCondBranch()
3278 if (NumPhis > 2) // Disable this xform. in SimplifyCondBranchToCondBranch()