Searched refs:LoopPhis (Results 1 – 1 of 1) sorted by relevance
604 SmallVector<PHINode*, 8> LoopPhis; in simplifyAndExtend() local606 LoopPhis.push_back(cast<PHINode>(I)); in simplifyAndExtend()613 while (!LoopPhis.empty()) { in simplifyAndExtend()621 PHINode *CurrIV = LoopPhis.pop_back_val(); in simplifyAndExtend()632 } while(!LoopPhis.empty()); in simplifyAndExtend()647 LoopPhis.push_back(WidePhi); in simplifyAndExtend()