Searched refs:collectEphemeralValues (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | CodeMetrics.h | 96 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC, 101 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 70 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() function in CodeMetrics 92 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() function in CodeMetrics
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopDataPrefetch.cpp | 129 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 362 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
|
D | LoopUnrollPass.cpp | 585 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in ApproximateLoopSize()
|
D | LoopUnswitch.cpp | 239 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in countLoop()
|
/external/llvm/lib/Analysis/IPA/ |
D | InlineCost.cpp | 1141 CodeMetrics::collectEphemeralValues(&F, &ACT->getAssumptionCache(F), EphValues); in analyzeCall()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 351 CodeMetrics::collectEphemeralValues(F, AC, EphValues); in BoUpSLP()
|
D | LoopVectorize.cpp | 923 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in LoopVectorizationCostModel()
|