Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h191 IslAstInfo &getAI() { return *Ast; } in getAI() function
192 const IslAstInfo &getAI() const { return *Ast; } in getAI() function
/external/llvm-project/polly/lib/CodeGen/
DCodeGeneration.cpp332 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()