Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
286 unsigned CommonLevels) in FullDependence() argument287 : Dependence(Source, Destination, Assumes), Levels(CommonLevels), in FullDependence()290 if (CommonLevels) in FullDependence()291 DV = std::make_unique<DVEntry[]>(CommonLevels); in FullDependence()859 CommonLevels = SrcLevel; in establishNestingLevels()860 MaxLevels -= CommonLevels; in establishNestingLevels()875 if (D > CommonLevels) in mapDstLoop()878 return D - CommonLevels + SrcLevels; in mapDstLoop()908 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()1261 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()[all …]
548 unsigned CommonLevels, SrcLevels, MaxLevels; variable