Home
last modified time | relevance | path

Searched refs:getAI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h183 IslAstInfo &getAI() { return *Ast; } in getAI() function
184 const IslAstInfo &getAI() const { return *Ast; } in getAI() function
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodeGeneration.cpp330 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()