Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h107 DenseSet<AssertingVH<PHINode>> ChainedPhis; variable
204 ChainedPhis.clear();
370 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2142 !(ChainedPhis.count(Phi) || in replaceCongruentIVs()
2144 (ChainedPhis.count(Phi) || in replaceCongruentIVs()