Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h26 struct CodeMetrics { struct
66 CodeMetrics() : callsSetJmp(false), isRecursive(false), in CodeMetrics() argument
DInlineCost.h107 CodeMetrics Metrics;
/external/llvm/lib/Analysis/
DCodeMetrics.cpp64 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
86 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
105 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
DCMakeLists.txt22 CodeMetrics.cpp
DIVUsers.cpp273 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCodeMetrics.cpp72 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
96 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues()
118 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
DCMakeLists.txt23 CodeMetrics.cpp
DIVUsers.cpp310 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in IVUsers()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp56 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
148 unsigned CodeMetrics::CountCodeReductionForConstant(Value *V) { in CountCodeReductionForConstant()
201 unsigned CodeMetrics::CountCodeReductionForAlloca(Value *V) { in CountCodeReductionForAlloca()
227 void CodeMetrics::analyzeFunction(Function *F, const TargetData *TD) { in analyzeFunction()
601 CodeMetrics &CallerMetrics = CachedFunctionInfo[Caller].Metrics; in growCachedCostInfo()
616 CodeMetrics &CalleeMetrics = CachedFunctionInfo[Callee].Metrics; in growCachedCostInfo()
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h42 struct CodeMetrics { struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCodeMetrics.h42 struct CodeMetrics { struct
/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp184 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
187 CodeMetrics Metrics; in runOnLoop()
DLoopRotation.cpp219 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
221 CodeMetrics Metrics; in rotateLoop()
DLoopUnrollPass.cpp534 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in ApproximateLoopSize()
536 CodeMetrics Metrics; in ApproximateLoopSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp221 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
224 CodeMetrics Metrics; in runOnLoop()
DLoopUnrollAndJamPass.cpp308 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in tryToUnrollAndJamLoop()
/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);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_utils.h33 struct CodeMetrics { struct
Dloop_peeling.h327 std::pair<bool, Loop*> ProcessLoop(Loop* loop, CodeMetrics* loop_size);
Dloop_peeling.cpp593 CodeMetrics loop_size; in ProcessFunction()
626 CodeMetrics* loop_size) { in ProcessLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp113 CodeMetrics Metrics; in ApproximateLoopSize()
DLoopRotation.cpp178 CodeMetrics Metrics; in rotateLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp233 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
235 CodeMetrics Metrics; in rotateLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp498 CodeMetrics::collectEphemeralValues(L, &AC, EphValues); in convertToCTRLoop()
499 CodeMetrics Metrics; in convertToCTRLoop()

12