Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp661 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesForwardDependence() local
662 ++CurLoopDepth) { in preservesForwardDependence()
663 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
678 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesBackwardDependence() local
679 ++CurLoopDepth) { in preservesBackwardDependence()
680 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
738 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth) in checkDependency() local
739 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
786 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() local
791 unsigned CommonLoopDepth = std::min(EarlierDepth, CurLoopDepth); in checkDependencies()
[all …]