Searched refs:InclDef (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | ZoneAlgo.cpp | 172 bool InclDef, bool InclRedef) { in computeReachingDefinition() argument 173 return computeReachingWrite(Schedule, Writes, false, InclDef, InclRedef); in computeReachingDefinition() 190 bool InclDef, in computeScalarReachingDefinition() argument 197 computeReachingDefinition(Schedule, Defs, InclDef, InclRedef); in computeScalarReachingDefinition() 215 isl::set Writes, bool InclDef, in computeScalarReachingDefinition() argument 222 Schedule, isl::union_set(Writes), InclDef, InclRedef); in computeScalarReachingDefinition()
|