Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp159 unsigned OuterLoopSize = OuterUCE.getRolledLoopSize(); in computeUnrollAndJamCount()
333 unsigned InnerLoopSize = InnerUCE.getRolledLoopSize(); in tryToUnrollAndJamLoop()
334 LLVM_DEBUG(dbgs() << " Outer Loop Size: " << OuterUCE.getRolledLoopSize() in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp932 unsigned LoopSize = UCE.getRolledLoopSize(); in computeUnrollCount()
1237 unsigned LoopSize = UCE.getRolledLoopSize(); in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h148 uint64_t getRolledLoopSize() const { return LoopSize.getValue(); } in getRolledLoopSize() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5724 LLVM_DEBUG(dbgs() << "Estimated loop size is " << UCE.getRolledLoopSize() in computeHeuristicUnrollFactor()