Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp155 ++NumCalls; in analyzeBasicBlock()
160 ++NumCalls; in analyzeBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h60 unsigned NumCalls = false; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h125 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp518 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
519 if (std::error_code EC = NumCalls.getError()) in readProfile()
525 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp657 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument
663 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4417 unsigned NumCalls = 0; in getSpillCost() local
4431 NumCalls++; in getSpillCost()
4436 if (NumCalls) { in getSpillCost()
4444 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()