Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp143 ++NumCalls; in analyzeBasicBlock()
148 ++NumCalls; in analyzeBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCodeMetrics.h62 unsigned NumCalls = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h139 unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp394 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
395 if (std::error_code EC = NumCalls.getError()) in readProfile()
398 for (uint32_t J = 0; J < *NumCalls; ++J) { in readProfile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp642 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument
648 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3708 unsigned NumCalls = 0; in getSpillCost() local
3722 NumCalls++; in getSpillCost()
3727 if (NumCalls) { in getSpillCost()
3731 Cost += NumCalls * TTI->getCostOfKeepingLiveOverCall(V); in getSpillCost()