Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/Analysis/
H A DCodeMetrics.cpp64 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
86 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
105 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
H A DCMakeLists.txt22 CodeMetrics.cpp
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCodeMetrics.cpp70 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
94 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
116 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
H A DCMakeLists.txt23 CodeMetrics.cpp
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCodeMetrics.cpp70 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
94 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
116 void CodeMetrics::analyzeBasicBlock( in analyzeBasicBlock()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h136 DenseMap<Function *, CodeMetrics> FunctionMetrics;
177 CodeMetrics &analyzeFunction(Function *F);
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp184 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
187 CodeMetrics Metrics; in runOnLoop()
H A DLoopRotation.cpp219 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
221 CodeMetrics Metrics; in rotateLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp221 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
224 CodeMetrics Metrics; in runOnLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp282 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
285 CodeMetrics Metrics; in runOnLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCodeMetrics.h32 struct CodeMetrics { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DCodeMetrics.h31 struct CodeMetrics { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DCodeMetrics.h31 struct CodeMetrics { struct
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DCodeMetrics.h42 struct CodeMetrics { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DCodeMetrics.h31 struct CodeMetrics { struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DCodeMetrics.h31 struct CodeMetrics { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DCodeMetrics.h31 struct CodeMetrics { struct
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp244 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
246 CodeMetrics Metrics; in rotateLoop()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_utils.h33 struct CodeMetrics { struct
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_utils.h33 struct CodeMetrics { struct
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_utils.h33 struct CodeMetrics { struct
Dloop_peeling.h327 std::pair<bool, Loop*> ProcessLoop(Loop* loop, CodeMetrics* loop_size);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp296 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
298 CodeMetrics Metrics; in rotateLoop()
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_experiments.h163 class CodeMetrics : public Experiment {

1234