HomeSort by relevance Sort by last modified time
    Searched refs:ChainedPhis (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 70 std::set<AssertingVH<PHINode> > ChainedPhis;
114 ChainedPhis.clear();
188 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); }
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 218 milliseconds