Home
last modified time | relevance | path

Searched refs:NumCalls (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h51 unsigned NumCalls; member
68 NumInsts(0), NumBlocks(0), NumCalls(0), in CodeMetrics()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp93 ++NumCalls; in analyzeBasicBlock()
299 Bonus -= CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getSpecializationBonus()
415 InlineCost += CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getInlineSize()
611 if (CallerMetrics.NumCalls > 0) in growCachedCostInfo()
612 --CallerMetrics.NumCalls; in growCachedCostInfo()
638 CallerMetrics.NumCalls += CalleeMetrics.NumCalls; in growCachedCostInfo()
/external/llvm/lib/Analysis/
DCodeMetrics.cpp134 ++NumCalls; in analyzeBasicBlock()
139 ++NumCalls; in analyzeBasicBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp111 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize() argument
117 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h72 unsigned NumCalls = false; member
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp317 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
318 if (std::error_code EC = NumCalls.getError()) in readProfile()
321 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp529 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize() argument
539 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()