Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getUnknown

2626 const SCEV *ScalarEvolution::getUnknown(Value *V) {
2628 // here. createSCEV only calls getUnknown after checking for all other
2629 // interesting possibilities, and any other code that calls getUnknown
3000 const SCEV *SymbolicName = getUnknown(PN);
3116 return getUnknown(PN);
3134 return getUnknown(GEP);
3555 return getUnknown(V);
3566 return getUnknown(V);
3574 return GA->mayBeOverridden() ? getUnknown(V) : getSCEV(GA->getAliasee());
3576 return getUnknown(V);
3908 return getUnknown(V);