Searched refs:NumPhis (Results 1 – 4 of 4) sorted by relevance
420 NumPhis == 1) in generateExistingPhis()426 for (unsigned np = 0; np < NumPhis; ++np) { in generateExistingPhis()528 if (IsLast && np == NumPhis - 1) in generateExistingPhis()568 if (IsLast && np == NumPhis - 1) in generateExistingPhis()579 while (NumPhis++ < NumStages) { in generateExistingPhis()630 NumPhis = 1; in generatePhis()678 if (np == NumPhis - 1) in generatePhis()682 if (IsLast && np == NumPhis - 1) in generatePhis()1104 unsigned NumPhis = getStagesForPhi(PhiDef); in rewritePhiValues() local1105 if (NumPhis > StageNum) in rewritePhiValues()[all …]
58 STATISTIC(NumPhis, "Number of phis propagated");289 ++NumPhis; in processPHI()
193 unsigned NumPhis = 0; in foldIntegerTypedPHI() local196 if (NumPhis++ > MaxNumPhis) in foldIntegerTypedPHI()
3206 unsigned NumPhis = 0; in FoldTwoEntryPHINode() local3207 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++NumPhis, ++I) in FoldTwoEntryPHINode()3208 if (NumPhis > 2) in FoldTwoEntryPHINode()4117 unsigned NumPhis = 0; in SimplifyCondBranchToCondBranch() local4119 ++II, ++NumPhis) { in SimplifyCondBranchToCondBranch()4120 if (NumPhis > 2) // Disable this xform. in SimplifyCondBranchToCondBranch()