Searched refs:ApproximateLoopSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h147 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp329 ApproximateLoopSize(SubLoop, NumInlineCandidates, NotDuplicatable,
332 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,
H A DLoopUnrollPass.cpp678 /// ApproximateLoopSize - Approximate the size of the loop.
679 unsigned llvm::ApproximateLoopSize( function in class:llvm
1102 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,

Completed in 117 milliseconds