Searched refs:LoopPhis (Results 1 – 3 of 3) sorted by relevance
1188 SmallVector<PHINode*, 8> LoopPhis; in SimplifyAndExtend() local1190 LoopPhis.push_back(cast<PHINode>(I)); in SimplifyAndExtend()1196 while (!LoopPhis.empty()) { in SimplifyAndExtend()1204 PHINode *CurrIV = LoopPhis.pop_back_val(); in SimplifyAndExtend()1214 } while(!LoopPhis.empty()); in SimplifyAndExtend()1220 LoopPhis.push_back(WidePhi); in SimplifyAndExtend()
1509 SmallVector<PHINode*, 8> LoopPhis; in simplifyAndExtend() local1511 LoopPhis.push_back(cast<PHINode>(I)); in simplifyAndExtend()1517 while (!LoopPhis.empty()) { in simplifyAndExtend()1525 PHINode *CurrIV = LoopPhis.pop_back_val(); in simplifyAndExtend()1535 } while(!LoopPhis.empty()); in simplifyAndExtend()1541 LoopPhis.push_back(WidePhi); in simplifyAndExtend()
1793 SmallVector<PHINode*, 8> LoopPhis; in simplifyAndExtend() local1795 LoopPhis.push_back(cast<PHINode>(I)); in simplifyAndExtend()1801 while (!LoopPhis.empty()) { in simplifyAndExtend()1809 PHINode *CurrIV = LoopPhis.pop_back_val(); in simplifyAndExtend()1820 } while(!LoopPhis.empty()); in simplifyAndExtend()1826 LoopPhis.push_back(WidePhi); in simplifyAndExtend()