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

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 72 unsigned NumInlineCandidates;
85 NumInlineCandidates(0), NumVectorInsts(0), NumRets(0) {}
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 125 NumCalls = Metrics.NumInlineCandidates;
189 unsigned NumInlineCandidates;
191 unsigned LoopSize = ApproximateLoopSize(L, NumInlineCandidates,
199 if (NumInlineCandidates != 0) {

Completed in 922 milliseconds