Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp303 bool InclPrevDef, bool InclNextDef) { in computeReachingWrite() argument
314 Relation = InclNextDef ? isl::map::lex_gt(ScatterSpace) in computeReachingWrite()
341 if (InclPrevDef && InclNextDef) { in computeReachingWrite()
344 } else if (!InclPrevDef && !InclNextDef) { in computeReachingWrite()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DISLTools.h340 bool InclPrevDef, bool InclNextDef);