Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h119 IslAst &getIslAst() { return Ast; } in getIslAst() function
/external/llvm-project/polly/lib/CodeGen/
DCodeGeneration.cpp184 IslAst &Ast = AI.getIslAst(); in CodeGen()