Searched refs:IslAstInfoWrapperPass (Results 1 – 3 of 3) sorted by relevance
785 void IslAstInfoWrapperPass::releaseMemory() { Ast.reset(); } in releaseMemory()787 bool IslAstInfoWrapperPass::runOnScop(Scop &Scop) { in runOnScop()810 void IslAstInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()819 void IslAstInfoWrapperPass::printScop(raw_ostream &OS, Scop &S) const { in printScop()824 char IslAstInfoWrapperPass::ID = 0;827 return new IslAstInfoWrapperPass(); in createIslAstInfoWrapperPassPass()830 INITIALIZE_PASS_BEGIN(IslAstInfoWrapperPass, "polly-ast",835 INITIALIZE_PASS_END(IslAstInfoWrapperPass, "polly-ast",
332 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()346 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()354 AU.addPreserved<IslAstInfoWrapperPass>(); in getAnalysisUsage()
183 class IslAstInfoWrapperPass : public ScopPass {189 IslAstInfoWrapperPass() : ScopPass(ID) {} in IslAstInfoWrapperPass() function