Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp223 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
241 if (OuterLoopId == 0) in validDepInterchange()
247 if (!containsNoDependence(DepMatrix, Row, OuterLoopId)) in validDepInterchange()
260 unsigned OuterLoopId) { in isLegalToInterChangeLoops() argument
265 char OuterDep = DepMatrix[Row][OuterLoopId]; in isLegalToInterChangeLoops()
380 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
554 unsigned OuterLoopId, BasicBlock *LoopNestExit, in processLoop()
559 Loop *OuterLoop = LoopList[OuterLoopId]; in processLoop()
968 << " and OuterLoopId = " << OuterLoopId in canInterchangeLoops()
1083 unsigned OuterLoopId, in isProfitableForVectorization() argument
[all …]