Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1235 SmallVector<PHINode*, 8> LoopPhis; in SimplifyAndExtend() local
1237 LoopPhis.push_back(cast<PHINode>(I)); in SimplifyAndExtend()
1243 while (!LoopPhis.empty()) { in SimplifyAndExtend()
1251 PHINode *CurrIV = LoopPhis.pop_back_val(); in SimplifyAndExtend()
1261 } while(!LoopPhis.empty()); in SimplifyAndExtend()
1267 LoopPhis.push_back(WidePhi); in SimplifyAndExtend()