Home
last modified time | relevance | path

Searched refs:getSharedIslCtx (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodeGeneration.cpp185 if (Ast.getSharedIslCtx() != S.getSharedIslCtx()) { in generateCode()
H A DIslAst.cpp492 IslAst::IslAst(Scop &Scop) : S(Scop), Ctx(Scop.getSharedIslCtx()) {} in IslAst()
649 if (D.getSharedIslCtx() != Scop.getSharedIslCtx()) { in runIslAst()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp846 D[Level].reset(new Dependences(S.getSharedIslCtx(), Level)); in recomputeDependences()
876 Dependences D(S.getSharedIslCtx(), OptAnalysisLevel); in run()
893 D[Level].reset(new Dependences(S->getSharedIslCtx(), Level)); in recomputeDependences()
917 Dependences D(S.getSharedIslCtx(), OptAnalysisLevel); in printScop()
1001 std::unique_ptr<Dependences> D(new Dependences(S->getSharedIslCtx(), Level)); in recomputeDependences()
/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenSchedule.cpp58 IslCtx = S.getSharedIslCtx(); in runOnScop()
H A DScheduleOptimizer.cpp734 if (D.getSharedIslCtx() != S.getSharedIslCtx()) { in runIslScheduleOptimizer()
898 IslCtx = S.getSharedIslCtx(); in runOnScop()
H A DZoneAlgo.cpp263 : PassName(PassName), IslCtx(S->getSharedIslCtx()), S(S), LI(LI), in ZoneAlgorithm()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h45 const std::shared_ptr<isl_ctx> getSharedIslCtx() const { return Ctx; } in getSharedIslCtx() function
/llvm-project-15.0.7/polly/include/polly/
H A DDependenceInfo.h83 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function
H A DScopInfo.h2487 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function