Searched defs:NumInlineCandidates (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DCodeMetrics.h78 unsigned NumInlineCandidates = 0; member in struct:llvm::CodeMetrics
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCodeMetrics.h53 /// NumInlineCandidates - Keep track of the number of calls to internal
56 unsigned NumInlineCandidates; member in struct:llvm::CodeMetrics
69 NumInlineCandidates(0), NumVectorInsts(0),
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp117 NumCalls = Metrics.NumInlineCandidates;
180 unsigned NumInlineCandidates; local
181 unsigned LoopSize = ApproximateLoopSize(L, NumInlineCandidates, TD);
183 if (NumInlineCandidates != 0) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp539 NumCalls = Metrics.NumInlineCandidates;
910 unsigned NumInlineCandidates; local
914 L, NumInlineCandidates, NotDuplicatable, Convergent, TTI, &AC);
921 if (NumInlineCandidates != 0) {

Completed in 180 milliseconds