Searched refs:LoopPhis (Results 1 – 1 of 1) sorted by relevance
1235 SmallVector<PHINode*, 8> LoopPhis; in SimplifyAndExtend() local1237 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()