Searched refs:LoopPhis (Results 1 – 1 of 1) sorted by relevance
1927 SmallVector<PHINode*, 8> LoopPhis; in simplifyAndExtend() local1929 LoopPhis.push_back(cast<PHINode>(I)); in simplifyAndExtend()1936 while (!LoopPhis.empty()) { in simplifyAndExtend()1944 PHINode *CurrIV = LoopPhis.pop_back_val(); in simplifyAndExtend()1955 } while(!LoopPhis.empty()); in simplifyAndExtend()1961 LoopPhis.push_back(WidePhi); in simplifyAndExtend()