Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DGICHelper.h281 isl_ctx *IslCtx; variable
300 explicit IslQuotaScope(isl_ctx *IslCtx, unsigned long LocalMaxOps) in IslQuotaScope()
374 : IslCtx(IslCtx), LocalMaxOps(LocalMaxOps) { in IslCtx() argument
/external/llvm-project/polly/lib/Transform/
DFlattenSchedule.cpp43 std::shared_ptr<isl_ctx> IslCtx; member in __anonc5c57bc20111::FlattenSchedule
DFlattenAlgo.cpp174 auto IslCtx = Schedule.get_ctx(); in tryFlattenSequence() local
DScheduleOptimizer.cpp1411 std::shared_ptr<isl_ctx> IslCtx; member in __anon3b982e570311::IslScheduleOptimizer
/external/llvm-project/polly/include/polly/
DZoneAlgo.h55 std::shared_ptr<isl_ctx> IslCtx; variable
DDependenceInfo.h186 std::shared_ptr<isl_ctx> IslCtx; member
DScopInfo.h1701 std::shared_ptr<isl_ctx> IslCtx; variable
/external/llvm-project/polly/unittests/Isl/
DIslTest.cpp87 isl_ctx *IslCtx = isl_ctx_alloc(); in TEST() local
164 isl_ctx *IslCtx = isl_ctx_alloc(); in TEST() local
289 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> IslCtx(isl_ctx_alloc(), in TEST() local