Searched refs:CodeMetrics (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | CodeMetrics.h | 26 struct CodeMetrics { struct 66 CodeMetrics() : callsSetJmp(false), isRecursive(false), in CodeMetrics() argument
|
D | InlineCost.h | 107 CodeMetrics Metrics;
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 64 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() 86 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() 105 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB, in analyzeBasicBlock()
|
D | CMakeLists.txt | 22 CodeMetrics.cpp
|
D | IVUsers.cpp | 273 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
|
D | InlineCost.cpp | 1315 CodeMetrics::collectEphemeralValues(&F, &ACT->getAssumptionCache(F), in analyzeCall()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 56 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/ |
D | CodeMetrics.h | 42 struct CodeMetrics { struct
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 184 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop() 187 CodeMetrics Metrics; in runOnLoop()
|
D | LoopRotation.cpp | 219 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop() 221 CodeMetrics Metrics; in rotateLoop()
|
D | LoopUnrollPass.cpp | 534 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in ApproximateLoopSize() 536 CodeMetrics Metrics; in ApproximateLoopSize()
|
D | LoopUnswitch.cpp | 282 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in countLoop() 287 CodeMetrics Metrics; in countLoop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 113 CodeMetrics Metrics; in ApproximateLoopSize()
|
D | LoopRotation.cpp | 178 CodeMetrics Metrics; in rotateLoop()
|
D | LoopUnswitch.cpp | 440 CodeMetrics Metrics; in UnswitchIfProfitable()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 310 CodeMetrics::collectEphemeralValues(F, AC, EphValues); in BoUpSLP()
|
D | LoopVectorize.cpp | 6151 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore); in collectValuesToIgnore()
|