Home
last modified time | relevance | path

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

/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp779 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 …]
H A DCodeGeneration.cpp337 AI = &getAnalysis<IslAstInfoWrapperPass>().getAI(); in getAnalysisUsage()
351 AU.addRequired<IslAstInfoWrapperPass>(); in getAnalysisUsage()
359 AU.addPreserved<IslAstInfoWrapperPass>(); in run()
/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h175 class IslAstInfoWrapperPass final : public ScopPass {
181 IslAstInfoWrapperPass() : ScopPass(ID) {} in IslAstInfoWrapperPass() function