Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp117 if (auto *UserPI = dyn_cast<PHINode>(UserI)) in simplifyLoopInst() local
118 if (VisitedPHIs.count(UserPI)) { in simplifyLoopInst()
119 Next->insert(UserPI); in simplifyLoopInst()