Lines Matching defs:LAI
42 LoopVersioning::LoopVersioning(const LoopAccessInfo &LAI,
46 : VersionedLoop(L), AliasChecks(Checks), Preds(LAI.getPSE().getPredicate()),
47 LAI(LAI), LI(LI), DT(DT), SE(SE) {}
61 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking();
182 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking();
223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) {
278 const LoopAccessInfo &LAI = LAIs.getInfo(*L);
279 if (!LAI.hasConvergentOp() &&
280 (LAI.getNumRuntimePointerChecks() ||
281 !LAI.getPSE().getPredicate().isAlwaysTrue())) {
285 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L,