Searched refs:UnrollLevel (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 646 unsigned UnrollLevel, unsigned JamLevel, in preservesForwardDependence() argument 650 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesForwardDependence() 664 unsigned UnrollLevel, unsigned JamLevel, in preservesBackwardDependence() argument 667 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesBackwardDependence() 690 unsigned UnrollLevel, unsigned JamLevel, in checkDependency() argument 692 assert(UnrollLevel <= JamLevel && in checkDependency() 727 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth) in checkDependency() 731 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency() 740 !preservesForwardDependence(Src, Dst, UnrollLevel, JamLevel, in checkDependency() 745 !preservesBackwardDependence(Src, Dst, UnrollLevel, JamLevel, in checkDependency()
|