Searched refs:NumCalls (Results 1 – 4 of 4) 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
623 auto NumCalls = readNumber<uint32_t>(); in readProfile() local624 if (std::error_code EC = NumCalls.getError()) in readProfile()630 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()