HomeSort by: relevance | last modified time | path
    Searched refs:ApproximateLoopSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
UnrollLoop.h 131 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp 333 ApproximateLoopSize(SubLoop, NumInlineCandidates, NotDuplicatable,
336 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,
LoopUnrollPass.cpp 653 /// ApproximateLoopSize - Approximate the size of the loop.
654 unsigned llvm::ApproximateLoopSize(
1090 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,

Completed in 20 milliseconds