Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp785 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",
DCodeGeneration.cpp332 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in runOnScop()
346 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()
354 AU.addPreserved<IslAstInfoWrapperPass>(); in getAnalysisUsage()
/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h183 class IslAstInfoWrapperPass : public ScopPass {
189 IslAstInfoWrapperPass() : ScopPass(ID) {} in IslAstInfoWrapperPass() function