Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
258 unsigned CommonLevels) in FullDependence() argument259 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()262 if (CommonLevels) in FullDependence()263 DV = std::make_unique<DVEntry[]>(CommonLevels); in FullDependence()765 CommonLevels = SrcLevel; in establishNestingLevels()766 MaxLevels -= CommonLevels; in establishNestingLevels()781 if (D > CommonLevels) in mapDstLoop()782 return D - CommonLevels + SrcLevels; in mapDstLoop()806 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()1155 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()[all …]
511 unsigned CommonLevels, SrcLevels, MaxLevels; variable