Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp827 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/
DFlattenSchedule.cpp58 IslCtx = S.getSharedIslCtx(); in runOnScop()
DScheduleOptimizer.cpp1486 if (D.getSharedIslCtx() != S.getSharedIslCtx()) { in runOnScop()
1636 IslCtx = S.getSharedIslCtx(); in runOnScop()
DZoneAlgo.cpp262 : PassName(PassName), IslCtx(S->getSharedIslCtx()), S(S), LI(LI), in ZoneAlgorithm()
/external/llvm-project/polly/lib/CodeGen/
DCodeGeneration.cpp185 if (Ast.getSharedIslCtx() != S.getSharedIslCtx()) { in CodeGen()
DIslAst.cpp508 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/
DIslAst.h48 const std::shared_ptr<isl_ctx> getSharedIslCtx() const { return Ctx; } in getSharedIslCtx() function
/external/llvm-project/polly/include/polly/
DDependenceInfo.h84 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function
DScopInfo.h2503 const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; } in getSharedIslCtx() function