Searched refs:IslAstInfoWrapperPass (Results 1 – 3 of 3) sorted by relevance
779 void IslAstInfoWrapperPass::releaseMemory() { Ast.reset(); } in releaseMemory()781 bool IslAstInfoWrapperPass::runOnScop(Scop &Scop) { in runOnScop()791 void IslAstInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()800 void IslAstInfoWrapperPass::printScop(raw_ostream &OS, Scop &S) const { in printScop()807 char IslAstInfoWrapperPass::ID = 0;810 return new IslAstInfoWrapperPass(); in createIslAstInfoWrapperPassPass()813 INITIALIZE_PASS_BEGIN(IslAstInfoWrapperPass, "polly-ast",818 INITIALIZE_PASS_END(IslAstInfoWrapperPass, "polly-ast",834 IslAstInfoWrapperPass &P = getAnalysis<IslAstInfoWrapperPass>(); in runOnScop()846 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()[all …]
337 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in getAnalysisUsage() 351 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage() 359 AU.addPreserved<IslAstInfoWrapperPass>(); in run()
175 class IslAstInfoWrapperPass final : public ScopPass {181 IslAstInfoWrapperPass() : ScopPass(ID) {} in IslAstInfoWrapperPass() function