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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h70 std::set<AssertingVH<PHINode> > ChainedPhis; member in class:llvm::SCEVExpander
114 ChainedPhis.clear();
188 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); }
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1751 && !(ChainedPhis.count(Phi)
1753 && (ChainedPhis.count(Phi)

Completed in 91 milliseconds