Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp220 unsigned OuterLoopId, char InnerDep, in validDepInterchange() argument
222 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
240 if (OuterLoopId == 0) in validDepInterchange()
246 if (!containsNoDependence(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
259 unsigned OuterLoopId) { in isLegalToInterChangeLoops() argument
264 char OuterDep = DepMatrix[Row][OuterLoopId]; in isLegalToInterChangeLoops()
379 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
538 unsigned OuterLoopId, in processLoop()
1064 << " and OuterLoopId = " << OuterLoopId in canInterchangeLoops()
1207 unsigned OuterLoopId, in isProfitableForVectorization() argument
[all …]