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.cpp160 unsigned OuterLoopSize = OuterUCE.getRolledLoopSize(); in computeUnrollAndJamCount()
334 unsigned InnerLoopSize = InnerUCE.getRolledLoopSize(); in tryToUnrollAndJamLoop()
335 LLVM_DEBUG(dbgs() << " Outer Loop Size: " << OuterUCE.getRolledLoopSize() in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp931 unsigned LoopSize = UCE.getRolledLoopSize(); in computeUnrollCount()
1236 unsigned LoopSize = UCE.getRolledLoopSize(); in tryToUnrollLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h143 uint64_t getRolledLoopSize() const { return *LoopSize.getValue(); } in getRolledLoopSize() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5413 LLVM_DEBUG(dbgs() << "Estimated loop size is " << UCE.getRolledLoopSize() in computeHeuristicUnrollFactor()