HomeSort by relevance Sort by last modified time
    Searched defs:NumInlineCandidates (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 78 unsigned NumInlineCandidates = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CodeMetrics.h 53 /// NumInlineCandidates - Keep track of the number of calls to internal
56 unsigned NumInlineCandidates;
69 NumInlineCandidates(0), NumVectorInsts(0),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CodeMetrics.h 78 unsigned NumInlineCandidates = 0;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 117 NumCalls = Metrics.NumInlineCandidates;
180 unsigned NumInlineCandidates;
181 unsigned LoopSize = ApproximateLoopSize(L, NumInlineCandidates, TD);
183 if (NumInlineCandidates != 0) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp 304 unsigned NumInlineCandidates;
310 ApproximateLoopSize(SubLoop, NumInlineCandidates, NotDuplicatable,
313 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,
322 if (NumInlineCandidates != 0) {
LoopUnrollPass.cpp 627 NumCalls = Metrics.NumInlineCandidates;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 539 NumCalls = Metrics.NumInlineCandidates;
    [all...]

Completed in 418 milliseconds