Home
last modified time | relevance | path

Searched refs:IslAstInfoWrapperPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp782 void IslAstInfoWrapperPass::releaseMemory() { Ast.reset(); } in releaseMemory()
784 bool IslAstInfoWrapperPass::runOnScop(Scop &Scop) { in runOnScop()
794 void IslAstInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
803 void IslAstInfoWrapperPass::printScop(raw_ostream &OS, Scop &S) const { in printScop()
810 char IslAstInfoWrapperPass::ID = 0;
813 return new IslAstInfoWrapperPass(); in createIslAstInfoWrapperPassPass()
816 INITIALIZE_PASS_BEGIN(IslAstInfoWrapperPass, "polly-ast",
821 INITIALIZE_PASS_END(IslAstInfoWrapperPass, "polly-ast",
837 IslAstInfoWrapperPass &P = getAnalysis<IslAstInfoWrapperPass>(); in runOnScop()
849 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()
[all …]
H A DCodeGeneration.cpp330 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()
344 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()
352 AU.addPreserved<IslAstInfoWrapperPass>(); in getAnalysisUsage()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h175 class IslAstInfoWrapperPass final : public ScopPass {
181 IslAstInfoWrapperPass() : ScopPass(ID) {} in IslAstInfoWrapperPass() function