Searched refs:LoopPhis (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1060 SmallVector<PHINode*, 8> LoopPhis; local
1062 LoopPhis.push_back(cast<PHINode>(I));
1066 // widened. Widening adds new phis to LoopPhis, inducing another round of
1068 while (!LoopPhis.empty()) {
1076 PHINode *CurrIV = LoopPhis.pop_back_val();
1086 } while(!LoopPhis.empty());
1092 LoopPhis.push_back(WidePhi);

Completed in 118 milliseconds