reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1835 if (SafeToHoist(S)) { 1838 if (SE.isLoopInvariant(S, L)) { 1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) 1868 auto I = InsertedExpressions.find(std::make_pair(S, InsertPt)); 1876 ScalarEvolution::ValueOffsetPair VO = FindValueInExprValueMap(S, InsertPt); 1880 V = visit(S); 1909 InsertedExpressions[std::make_pair(S, InsertPt)] = V;