Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp155 ++NumCalls; in analyzeBasicBlock()
160 ++NumCalls; in analyzeBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCodeMetrics.h60 unsigned NumCalls = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h131 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp503 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
504 if (std::error_code EC = NumCalls.getError()) in readProfile()
507 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp655 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument
661 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4328 unsigned NumCalls = 0; in getSpillCost() local
4342 NumCalls++; in getSpillCost()
4347 if (NumCalls) { in getSpillCost()
4355 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()