Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2780 if (isl::set NHCtx = getNonHoistableCtx(Access, Writes)) in hoistInvariantLoads() local
2781 InvariantAccesses.push_back({Access, NHCtx}); in hoistInvariantLoads()
3028 isl::set NHCtx = InvMA.NonHoistableCtx; in addInvariantLoads() local
3038 bool NonHoistableCtxIsEmpty = NHCtx.is_empty(); in addInvariantLoads()
3048 MACtx = MACtx.subtract(MAInvalidCtx.unite(NHCtx)); in addInvariantLoads()