Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp163 ++NumCalls; in analyzeBasicBlock()
168 ++NumCalls; in analyzeBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h64 unsigned NumCalls = false; member
/freebsd/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/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp601 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
602 if (std::error_code EC = NumCalls.getError()) in readProfile()
608 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10234 unsigned NumCalls = 0; in getSpillCost() local
10269 NumCalls++; in getSpillCost()
10274 if (NumCalls) { in getSpillCost()
10282 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()