Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h70 std::set<AssertingVH<PHINode> > ChainedPhis; variable
160 ChainedPhis.clear();
269 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); }
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1835 !(ChainedPhis.count(Phi) || in replaceCongruentIVs()
1837 (ChainedPhis.count(Phi) || in replaceCongruentIVs()