Searched refs:NumCalls (Results 1 – 7 of 7) sorted by relevance
149 ++NumCalls; in analyzeBasicBlock()154 ++NumCalls; in analyzeBasicBlock()
61 unsigned NumCalls = false; member
129 InstructionCost ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
329 Node.NumCalls = 0; in findAugmentingDAG()352 if (Dst.Discovery == 0 && Dst.NumCalls < MaxDfsCalls) { in findAugmentingDAG()355 Dst.NumCalls++; in findAugmentingDAG()546 uint64_t NumCalls; member
606 auto NumCalls = readNumber<uint32_t>(); in readProfile() local607 if (std::error_code EC = NumCalls.getError()) in readProfile()613 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
667 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument673 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
7668 unsigned NumCalls = 0; in getSpillCost() local7703 NumCalls++; in getSpillCost()7708 if (NumCalls) { in getSpillCost()7716 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()