Searched refs:NumCalls (Results 1 – 4 of 4) sorted by relevance
69 unsigned NumCalls; member87 usesDynamicAlloca(false), NumInsts(0), NumBlocks(0), NumCalls(0), in CodeMetrics()
135 ++NumCalls; in analyzeBasicBlock()140 ++NumCalls; in analyzeBasicBlock()
316 auto NumCalls = readNumber<uint32_t>(); in readProfile() local317 if (std::error_code EC = NumCalls.getError()) in readProfile()320 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
688 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize() argument699 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()