Searched refs:getSharedIslCtx (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | CodeGeneration.cpp | 185 if (Ast.getSharedIslCtx() != S.getSharedIslCtx()) { in generateCode()
|
| H A D | IslAst.cpp | 492 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 D | DependenceInfo.cpp | 846 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 D | FlattenSchedule.cpp | 58 IslCtx = S.getSharedIslCtx(); in runOnScop()
|
| H A D | ScheduleOptimizer.cpp | 734 if (D.getSharedIslCtx() != S.getSharedIslCtx()) { in runIslScheduleOptimizer() 898 IslCtx = S.getSharedIslCtx(); in runOnScop()
|
| H A D | ZoneAlgo.cpp | 263 : PassName(PassName), IslCtx(S->getSharedIslCtx()), S(S), LI(LI), in ZoneAlgorithm()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IslAst.h | 45 const std::shared_ptr<isl_ctx> getSharedIslCtx() const { return Ctx; } in getSharedIslCtx() function
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | DependenceInfo.h | 83 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function
|
| H A D | ScopInfo.h | 2487 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function
|