Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp197 unsigned InnerLoopId, in isLegalToInterChangeLoops() argument
208 std::swap(Cur[InnerLoopId], Cur[OuterLoopId]); in isLegalToInterChangeLoops()
248 bool canInterchangeLoops(unsigned InnerLoopId, unsigned OuterLoopId,
307 unsigned InnerLoopId, unsigned OuterLoopId,
318 std::optional<bool> isProfitableForVectorization(unsigned InnerLoopId,
503 bool processLoop(Loop *InnerLoop, Loop *OuterLoop, unsigned InnerLoopId, in processLoop()
507 LLVM_DEBUG(dbgs() << "Processing InnerLoopId = " << InnerLoopId in processLoop()
510 if (!LIL.canInterchangeLoops(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
516 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop()
943 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops() argument
[all …]