Home
last modified time | relevance | path

Searched defs:Ast (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h106 IslAst Ast; variable
176 std::unique_ptr<IslAstInfo> Ast; variable
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp459 static void walkAstForStatistics(const isl::ast_node &Ast) { in walkAstForStatistics()
554 IslAst Ast{Scop}; in create() local
652 std::unique_ptr<IslAstInfo> Ast = std::make_unique<IslAstInfo>(Scop, D); in runIslAst() local
774 auto &Ast = SAM.getResult<IslAstAnalysis>(S, SAR); in run() local
H A DCodeGeneration.cpp185 IslAst &Ast = AI.getIslAst(); generateCode() local