Searched defs:IslCtx (Results 1 – 8 of 8) sorted by relevance
281 isl_ctx *IslCtx; variable300 explicit IslQuotaScope(isl_ctx *IslCtx, unsigned long LocalMaxOps) in IslQuotaScope()374 : IslCtx(IslCtx), LocalMaxOps(LocalMaxOps) { in IslCtx() function
43 std::shared_ptr<isl_ctx> IslCtx; member in __anonc5c57bc20111::FlattenSchedule
174 auto IslCtx = Schedule.get_ctx(); in tryFlattenSequence() local
1411 std::shared_ptr<isl_ctx> IslCtx; member in __anon3b982e570311::IslScheduleOptimizer
55 std::shared_ptr<isl_ctx> IslCtx; variable
186 std::shared_ptr<isl_ctx> IslCtx; member
1701 std::shared_ptr<isl_ctx> IslCtx; variable
87 isl_ctx *IslCtx = isl_ctx_alloc(); in TEST() local164 isl_ctx *IslCtx = isl_ctx_alloc(); in TEST() local289 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> IslCtx(isl_ctx_alloc(), in TEST() local