Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DCMakeLists.txt48 CodeMetrics.cpp
H A DIVUsers.cpp256 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in IVUsers()
H A DInlineCost.cpp2608 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp282 DenseMap<Function *, CodeMetrics> FunctionMetrics;
393 CodeMetrics &analyzeFunction(Function *F) { in analyzeFunction()
394 auto I = FunctionMetrics.insert({F, CodeMetrics()}); in analyzeFunction()
395 CodeMetrics &Metrics = I.first->second; in analyzeFunction()
399 CodeMetrics::collectEphemeralValues(F, &(GetAC)(*F), EphValues); in analyzeFunction()
548 CodeMetrics &Metrics = analyzeFunction(F); in getSpecializationCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCodeMetrics.h31 struct CodeMetrics { struct
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp282 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
285 CodeMetrics Metrics; in runOnLoop()
H A DLoopUnrollAndJamPass.cpp331 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollAndJamLoop()
H A DDFAJumpThreading.cpp774 CodeMetrics Metrics; in isLegalAndProfitableToTransform()
1327 CodeMetrics::collectEphemeralValues(&F, AC, EphValues); in run()
H A DLoopUnrollPass.cpp670 CodeMetrics Metrics; in ApproximateLoopSize()
1192 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollLoop()
H A DDeadStoreElimination.cpp823 CodeMetrics::collectEphemeralValues(&F, &AC, EphValues); in DSEState()
H A DSimpleLoopUnswitch.cpp2854 CodeMetrics::collectEphemeralValues(&L, &AC, EphValues); in unswitchBestCondition()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Analysis/
H A DBUILD.gn36 "CodeMetrics.cpp",
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp296 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
298 CodeMetrics Metrics; in rotateLoop()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp731 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in isHardwareLoopProfitable()
732 CodeMetrics Metrics; in isHardwareLoopProfitable()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3063 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in computeHeuristicUnrollFactor()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7306 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore); in collectValuesToIgnore()
H A DSLPVectorizer.cpp858 CodeMetrics::collectEphemeralValues(F, AC, EphValues); in BoUpSLP()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5729 llvm/lib/Analysis/CodeMetrics.cpp