Searched refs:getSharedIslCtx (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/polly/lib/Analysis/ |
D | DependenceInfo.cpp | 827 D[Level].reset(new Dependences(S.getSharedIslCtx(), Level)); in recomputeDependences() 852 Dependences D(S.getSharedIslCtx(), OptAnalysisLevel); in run() 869 D[Level].reset(new Dependences(S->getSharedIslCtx(), Level)); in recomputeDependences() 888 Dependences D(S.getSharedIslCtx(), OptAnalysisLevel); in printScop() 923 std::unique_ptr<Dependences> D(new Dependences(S->getSharedIslCtx(), Level)); in recomputeDependences()
|
/external/llvm-project/polly/lib/Transform/ |
D | FlattenSchedule.cpp | 58 IslCtx = S.getSharedIslCtx(); in runOnScop()
|
D | ScheduleOptimizer.cpp | 1486 if (D.getSharedIslCtx() != S.getSharedIslCtx()) { in runOnScop() 1636 IslCtx = S.getSharedIslCtx(); in runOnScop()
|
D | ZoneAlgo.cpp | 262 : PassName(PassName), IslCtx(S->getSharedIslCtx()), S(S), LI(LI), in ZoneAlgorithm()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | CodeGeneration.cpp | 185 if (Ast.getSharedIslCtx() != S.getSharedIslCtx()) { in CodeGen()
|
D | IslAst.cpp | 508 IslAst::IslAst(Scop &Scop) : S(Scop), Ctx(Scop.getSharedIslCtx()) {} in IslAst() 797 if (D.getSharedIslCtx() != Scop.getSharedIslCtx()) { in runOnScop()
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | IslAst.h | 48 const std::shared_ptr<isl_ctx> getSharedIslCtx() const { return Ctx; } in getSharedIslCtx() function
|
/external/llvm-project/polly/include/polly/ |
D | DependenceInfo.h | 84 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function
|
D | ScopInfo.h | 2503 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function
|