Searched refs:NumCalls (Results 1 – 5 of 5) sorted by relevance
149 ++NumCalls; in analyzeBasicBlock()154 ++NumCalls; in analyzeBasicBlock()
61 unsigned NumCalls = false; member
330 Node.NumCalls = 0; in findAugmentingDAG()353 if (Dst.Discovery == 0 && Dst.NumCalls < MaxDfsCalls) { in findAugmentingDAG()356 Dst.NumCalls++; in findAugmentingDAG()547 uint64_t NumCalls; member
600 auto NumCalls = readNumber<uint32_t>(); in readProfile() local601 if (std::error_code EC = NumCalls.getError()) in readProfile()607 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
8711 unsigned NumCalls = 0; in getSpillCost() local8746 NumCalls++; in getSpillCost()8751 if (NumCalls) { in getSpillCost()8759 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()