Home
last modified time | relevance | path

Searched defs:IslCtx (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DGICHelper.h358 isl_ctx *IslCtx; variable
377 explicit IslQuotaScope(isl_ctx *IslCtx, unsigned long LocalMaxOps) in IslQuotaScope()
451 : IslCtx(IslCtx), LocalMaxOps(LocalMaxOps) { in IslCtx() function
/llvm-project-15.0.7/polly/include/polly/
H A DDependenceInfo.h155 explicit Dependences(const std::shared_ptr<isl_ctx> &IslCtx, in Dependences()
189 std::shared_ptr<isl_ctx> IslCtx; variable
H A DZoneAlgo.h55 std::shared_ptr<isl_ctx> IslCtx; variable
H A DScopInfo.h1656 std::shared_ptr<isl_ctx> IslCtx; variable
/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenSchedule.cpp43 std::shared_ptr<isl_ctx> IslCtx; member in __anon60cfb9bb0111::FlattenSchedule
H A DFlattenAlgo.cpp165 auto IslCtx = Schedule.ctx(); in tryFlattenSequence() local
H A DScheduleOptimizer.cpp608 std::shared_ptr<isl_ctx> IslCtx; member in __anonc229ce900111::IslScheduleOptimizerWrapperPass
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp79 isl_ctx *IslCtx = isl_ctx_alloc(); in TEST() local
156 isl_ctx *IslCtx = isl_ctx_alloc(); in TEST() local
281 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> IslCtx(isl_ctx_alloc(), in TEST() local