Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h104 DenseSet<AssertingVH<PHINode>> ChainedPhis; variable
201 ChainedPhis.clear();
365 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); }
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2127 !(ChainedPhis.count(Phi) || in replaceCongruentIVs()
2129 (ChainedPhis.count(Phi) || in replaceCongruentIVs()