Searched refs:ChainedPhis (Results 1 – 2 of 2) sorted by relevance
70 std::set<AssertingVH<PHINode> > ChainedPhis; variable160 ChainedPhis.clear();269 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); }
1835 !(ChainedPhis.count(Phi) || in replaceCongruentIVs()1837 (ChainedPhis.count(Phi) || in replaceCongruentIVs()