Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp2660 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h136 DenseMap<Function *, CodeMetrics> FunctionMetrics;
177 CodeMetrics &analyzeFunction(Function *F);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp377 CodeMetrics &FunctionSpecializer::analyzeFunction(Function *F) { in analyzeFunction()
378 auto I = FunctionMetrics.insert({F, CodeMetrics()}); in analyzeFunction()
379 CodeMetrics &Metrics = I.first->second; in analyzeFunction()
383 CodeMetrics::collectEphemeralValues(F, &(GetAC)(*F), EphValues); in analyzeFunction()
547 CodeMetrics &Metrics = analyzeFunction(F); in getSpecializationCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCodeMetrics.h31 struct CodeMetrics { struct
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp282 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
285 CodeMetrics Metrics; in runOnLoop()
H A DLoopUnrollAndJamPass.cpp329 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()
1196 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollLoop()
H A DDeadStoreElimination.cpp879 CodeMetrics::collectEphemeralValues(&F, &AC, EphValues); in DSEState()
H A DSimpleLoopUnswitch.cpp2900 CodeMetrics::collectEphemeralValues(&L, &AC, EphValues); in findBestNonTrivialUnswitchCandidate()
/openbsd-src/gnu/usr.bin/clang/libLLVMAnalysis/
H A DMakefile29 CodeMetrics.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Analysis/
H A DBUILD.gn36 "CodeMetrics.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp296 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
298 CodeMetrics Metrics; in rotateLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp354 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in isHardwareLoopProfitable()
355 CodeMetrics Metrics; in isHardwareLoopProfitable()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3270 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in computeHeuristicUnrollFactor()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641085 ./usr/include/llvm/Analysis/CodeMetrics.h
H A Dclang.macppc1084 ./usr/include/llvm/Analysis/CodeMetrics.h
H A Dclang.loongson1084 ./usr/include/llvm/Analysis/CodeMetrics.h
H A Dclang.octeon1084 ./usr/include/llvm/Analysis/CodeMetrics.h
H A Dclang.arm641085 ./usr/include/llvm/Analysis/CodeMetrics.h
H A Dclang.powerpc641083 ./usr/include/llvm/Analysis/CodeMetrics.h
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7380 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore); in collectValuesToIgnore()

12