Lines Matching refs:AAR
115 static MemoryAccessKind checkFunctionMemoryAccess(Function &F, AAResults &AAR, in checkFunctionMemoryAccess() argument
117 FunctionModRefBehavior MRB = AAR.getModRefBehavior(&F); in checkFunctionMemoryAccess()
144 FunctionModRefBehavior MRB = AAR.getModRefBehavior(CS); in checkFunctionMemoryAccess()
174 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
189 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
196 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
202 if (AAR.pointsToConstantMemory(Loc, /*OrLocal=*/true)) in checkFunctionMemoryAccess()
227 AAResults &AAR = AARGetter(*F); in addReadAttrs() local
229 switch (checkFunctionMemoryAccess(*F, AAR, SCCNodes)) { in addReadAttrs()
1920 Optional<AAResults> AAR; in runOnSCC() local
1923 AAR.emplace(createLegacyPMAAResults(*this, F, *BAR)); in runOnSCC()
1924 return *AAR; in runOnSCC()