Lines Matching defs:AI
87 static void verifyGeneratedFunction(Scop &S, Function &F, IslAstInfo &AI) {
96 AI.print(errs());
170 static bool generateCode(Scop &S, IslAstInfo &AI, LoopInfo &LI,
186 IslAst &Ast = AI.getIslAst();
282 Value *RTC = NodeBuilder.createRTC(AI.getRunCondition().release());
304 verifyGeneratedFunction(S, *F, AI);
306 verifyGeneratedFunction(S, *SubF, AI);
327 IslAstInfo *AI;
337 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI();
343 return generateCode(S, *AI, *LI, *DT, *SE, *RI);
370 auto &AI = SAM.getResult<IslAstAnalysis>(S, AR);
371 if (generateCode(S, AI, AR.LI, AR.DT, AR.SE, AR.RI)) {