Home
last modified time | relevance | path

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

/llvm-project/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() argument
/llvm-project/polly/include/polly/
H A DDependenceInfo.h155 explicit Dependences(const std::shared_ptr<isl_ctx> &IslCtx, in Dependences() argument
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; global() variable
/llvm-project/polly/lib/Transform/
H A DFlattenSchedule.cpp44 std::shared_ptr<isl_ctx> IslCtx; member in __anon8909a07e0111::FlattenSchedule
H A DFlattenAlgo.cpp166 auto IslCtx = Schedule.ctx(); in tryFlattenSequence() local
H A DScheduleOptimizer.cpp644 std::shared_ptr<isl_ctx> IslCtx; member in __anone07872130111::IslScheduleOptimizerWrapperPass
/llvm-project/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