Lines Matching refs:AI
85 static void verifyGeneratedFunction(Scop &S, Function &F, IslAstInfo &AI) { in verifyGeneratedFunction() argument
94 AI.print(errs()); in verifyGeneratedFunction()
168 static bool generateCode(Scop &S, IslAstInfo &AI, LoopInfo &LI, in generateCode() argument
184 IslAst &Ast = AI.getIslAst(); in generateCode()
271 Value *RTC = NodeBuilder.createRTC(AI.getRunCondition().release()); in generateCode()
293 verifyGeneratedFunction(S, *F, AI); in generateCode()
295 verifyGeneratedFunction(S, *SubF, AI); in generateCode()
316 IslAstInfo *AI; member in __anone6cb5aa00111::CodeGeneration
330 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()
336 return generateCode(S, *AI, *LI, *DT, *SE, *RI); in runOnScop()
363 auto &AI = SAM.getResult<IslAstAnalysis>(S, AR); in run() local
364 if (generateCode(S, AI, AR.LI, AR.DT, AR.SE, AR.RI)) { in run()