Searched refs:IslAstInfoWrapperPass (Results 1 – 3 of 3) sorted by relevance
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()[all …]
330 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()344 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()352 AU.addPreserved<IslAstInfoWrapperPass>(); in getAnalysisUsage()
175 class IslAstInfoWrapperPass final : public ScopPass {181 IslAstInfoWrapperPass() : ScopPass(ID) {} in IslAstInfoWrapperPass() function