Searched refs:NumCalls (Results 1 – 6 of 6) sorted by relevance
155 ++NumCalls; in analyzeBasicBlock()160 ++NumCalls; in analyzeBasicBlock()
60 unsigned NumCalls = false; member
131 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
503 auto NumCalls = readNumber<uint32_t>(); in readProfile() local504 if (std::error_code EC = NumCalls.getError()) in readProfile()507 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
655 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument661 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
4328 unsigned NumCalls = 0; in getSpillCost() local4342 NumCalls++; in getSpillCost()4347 if (NumCalls) { in getSpillCost()4355 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()