Searched refs:NumCalls (Results 1 – 6 of 6) sorted by relevance
155 ++NumCalls; in analyzeBasicBlock()160 ++NumCalls; in analyzeBasicBlock()
60 unsigned NumCalls = false; member
125 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
518 auto NumCalls = readNumber<uint32_t>(); in readProfile() local519 if (std::error_code EC = NumCalls.getError()) in readProfile()525 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
657 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument663 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
4417 unsigned NumCalls = 0; in getSpillCost() local4431 NumCalls++; in getSpillCost()4436 if (NumCalls) { in getSpillCost()4444 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()