/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 64 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() 86 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() 105 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
|
H A D | CMakeLists.txt | 22 CodeMetrics.cpp
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 70 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() 94 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() 116 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
|
H A D | CMakeLists.txt | 23 CodeMetrics.cpp
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 70 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 D | FunctionSpecialization.cpp | 377 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 D | FunctionSpecialization.h | 136 DenseMap<Function *, CodeMetrics> FunctionMetrics; 177 CodeMetrics &analyzeFunction(Function *F);
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 184 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop() 187 CodeMetrics Metrics; in runOnLoop()
|
H A D | LoopRotation.cpp | 219 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 D | LoopDataPrefetch.cpp | 221 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 D | LoopDataPrefetch.cpp | 282 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 D | CodeMetrics.h | 32 struct CodeMetrics { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 42 struct CodeMetrics { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | CodeMetrics.h | 31 struct CodeMetrics { struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 31 struct CodeMetrics { struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 244 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 D | loop_utils.h | 33 struct CodeMetrics { struct
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_utils.h | 33 struct CodeMetrics { struct
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_utils.h | 33 struct CodeMetrics { struct
|
D | loop_peeling.h | 327 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 D | LoopRotationUtils.cpp | 296 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop() 298 CodeMetrics Metrics; in rotateLoop()
|
/aosp_15_r20/art/tools/dexanalyze/ |
H A D | dexanalyze_experiments.h | 163 class CodeMetrics : public Experiment {
|