Home
last modified time | relevance | path

Searched refs:CodeMetrics (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp70 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
94 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
116 void CodeMetrics::analyzeBasicBlock( in analyzeBasicBlock()
H A DIVUsers.cpp256 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in IVUsers()
H A DInlineCost.cpp2749 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h31 struct CodeMetrics { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp282 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
285 CodeMetrics Metrics; in runOnLoop()
H A DLoopUnrollAndJamPass.cpp324 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollAndJamLoop()
H A DDFAJumpThreading.cpp734 CodeMetrics Metrics; in isLegalAndProfitableToTransform()
1295 CodeMetrics::collectEphemeralValues(&F, AC, EphValues); in run()
H A DLoopUnrollPass.cpp671 CodeMetrics Metrics; in UnrollCostEstimator()
1181 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollLoop()
H A DSimpleLoopUnswitch.cpp3304 CodeMetrics::collectEphemeralValues(&L, &AC, EphValues); in findBestNonTrivialUnswitchCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h267 DenseMap<Function *, CodeMetrics> FunctionMetrics;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp442 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
444 CodeMetrics Metrics; in rotateLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp637 CodeMetrics &Metrics = It->second; in run()
641 CodeMetrics::collectEphemeralValues(&F, &GetAC(F), EphValues); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp352 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in isHardwareLoopProfitable()
353 CodeMetrics Metrics; in isHardwareLoopProfitable()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile71 SRCS_MIN+= Analysis/CodeMetrics.cpp
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3849 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in computeHeuristicUnrollFactor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7201 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore); in collectValuesToIgnore()
H A DSLPVectorizer.cpp984 CodeMetrics::collectEphemeralValues(F, AC, EphValues); in BoUpSLP()