Searched refs:NumCalls (Results 1 – 5 of 5) sorted by relevance
163 ++NumCalls; in analyzeBasicBlock()168 ++NumCalls; in analyzeBasicBlock()
64 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
601 auto NumCalls = readNumber<uint32_t>(); in readProfile() local602 if (std::error_code EC = NumCalls.getError()) in readProfile()608 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
10234 unsigned NumCalls = 0; in getSpillCost() local 10269 NumCalls++; in getSpillCost() 10274 if (NumCalls) { in getSpillCost() 10282 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()