Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getUnknown

2642 const SCEV *ScalarEvolution::getUnknown(Value *V) {
2644 // here. createSCEV only calls getUnknown after checking for all other
2645 // interesting possibilities, and any other code that calls getUnknown
3016 const SCEV *SymbolicName = getUnknown(PN);
3132 return getUnknown(PN);
3150 return getUnknown(GEP);
3569 return getUnknown(V);
3580 return getUnknown(V);
3588 return GA->mayBeOverridden() ? getUnknown(V) : getSCEV(GA->getAliasee());
3590 return getUnknown(V);
3921 return getUnknown(V);