Searched refs:NumCalls (Results 1 – 6 of 6) sorted by relevance
143 ++NumCalls; in analyzeBasicBlock()148 ++NumCalls; in analyzeBasicBlock()
62 unsigned NumCalls = false; member
139 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
394 auto NumCalls = readNumber<uint32_t>(); in readProfile() local395 if (std::error_code EC = NumCalls.getError()) in readProfile()398 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
642 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument648 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
3708 unsigned NumCalls = 0; in getSpillCost() local3722 NumCalls++; in getSpillCost()3727 if (NumCalls) { in getSpillCost()3731 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()