Lines Matching refs:IslAstInfoWrapperPass
782 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()
866 INITIALIZE_PASS_DEPENDENCY(IslAstInfoWrapperPass);