Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1927 SmallVector<PHINode*, 8> LoopPhis; in simplifyAndExtend() local
1929 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()