Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp71 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
95 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
129 void CodeMetrics::analyzeBasicBlock( in analyzeBasicBlock()
H A DIVUsers.cpp256 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in IVUsers()
H A DInlineCost.cpp2755 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h34 struct CodeMetrics { struct
/freebsd/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.cpp778 CodeMetrics Metrics; in isLegalAndProfitableToTransform()
1346 CodeMetrics::collectEphemeralValues(&F, AC, EphValues); in run()
H A DLoopUnrollPass.cpp685 CodeMetrics Metrics; in UnrollCostEstimator()
1228 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollLoop()
H A DSimpleLoopUnswitch.cpp21 #include "llvm/Analysis/CodeMetrics.h"
3326 CodeMetrics::collectEphemeralValues(&L, &AC, EphValues); in findBestNonTrivialUnswitchCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h78 #include "llvm/Analysis/CodeMetrics.h"
267 DenseMap<Function *, CodeMetrics> FunctionMetrics;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp452 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
454 CodeMetrics Metrics; in rotateLoop()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp352 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in isHardwareLoopProfitable()
353 CodeMetrics Metrics; in isHardwareLoopProfitable()
/freebsd/lib/clang/libllvm/
H A DMakefile70 SRCS_MIN+= Analysis/CodeMetrics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6681 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore); in collectValuesToIgnore()
H A DSLPVectorizer.cpp36 #include "llvm/Analysis/CodeMetrics.h"
1149 CodeMetrics::collectEphemeralValues(F, AC, EphValues); in BoUpSLP()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5381 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in computeHeuristicUnrollFactor()