Home
last modified time | relevance | path

Searched refs:NumCalls (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp149 ++NumCalls; in analyzeBasicBlock()
154 ++NumCalls; in analyzeBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h61 unsigned NumCalls = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp330 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
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp600 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
601 if (std::error_code EC = NumCalls.getError()) in readProfile()
607 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8711 unsigned NumCalls = 0; in getSpillCost() local
8746 NumCalls++; in getSpillCost()
8751 if (NumCalls) { in getSpillCost()
8759 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()