Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCodeMetrics.cpp149 ++NumCalls; in analyzeBasicBlock()
154 ++NumCalls; in analyzeBasicBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCodeMetrics.h61 unsigned NumCalls = false; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h129 InstructionCost ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp329 Node.NumCalls = 0; in findAugmentingDAG()
352 if (Dst.Discovery == 0 && Dst.NumCalls < MaxDfsCalls) { in findAugmentingDAG()
355 Dst.NumCalls++; in findAugmentingDAG()
546 uint64_t NumCalls; member
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp606 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
607 if (std::error_code EC = NumCalls.getError()) in readProfile()
613 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp667 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument
673 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7668 unsigned NumCalls = 0; in getSpillCost() local
7703 NumCalls++; in getSpillCost()
7708 if (NumCalls) { in getSpillCost()
7716 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()