Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp262 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
268 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
338 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
375 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
570 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
574 DEBUG(dbgs() << "Processing Innder Loop Id = " << InnerLoopId in processLoop()
576 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
581 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
587 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
849 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp261 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
266 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
335 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
382 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
537 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
540 LLVM_DEBUG(dbgs() << "Processing Inner Loop Id = " << InnerLoopId in processLoop()
542 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
546 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
552 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
950 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp259 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
264 char InnerDep = DepMatrix[Row][InnerLoopId]; in isLegalToInterChangeLoops()
333 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
380 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
551 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
554 LLVM_DEBUG(dbgs() << "Processing Inner Loop Id = " << InnerLoopId in processLoop()
556 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
560 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
566 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
952 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
[all …]