Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp263 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
269 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
339 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
376 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
572 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
576 DEBUG(dbgs() << "Processing Innder Loop Id = " << InnerLoopId in processLoop()
578 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
583 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
589 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
852 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
[all …]