Searched refs:NumCalls (Results 1 – 7 of 7) sorted by relevance
51 unsigned NumCalls; member68 NumInsts(0), NumBlocks(0), NumCalls(0), in CodeMetrics()
93 ++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()
134 ++NumCalls; in analyzeBasicBlock()139 ++NumCalls; in analyzeBasicBlock()
111 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize() argument117 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
72 unsigned NumCalls = false; member
317 auto NumCalls = readNumber<uint32_t>(); in readProfile() local318 if (std::error_code EC = NumCalls.getError()) in readProfile()321 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
529 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize() argument539 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()