Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp113 if (auto *UserPI = dyn_cast<PHINode>(UserI)) in simplifyLoopInst() local
114 if (VisitedPHIs.count(UserPI)) { in simplifyLoopInst()
115 Next->insert(UserPI); in simplifyLoopInst()