Home
last modified time | relevance | path

Searched refs:collectEphemeralValues (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Analysis/
DCodeMetrics.h96 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC,
101 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
/external/llvm/lib/Analysis/
DCodeMetrics.cpp70 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() function in CodeMetrics
92 void CodeMetrics::collectEphemeralValues( in collectEphemeralValues() function in CodeMetrics
/external/llvm/lib/Target/PowerPC/
DPPCLoopDataPrefetch.cpp129 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp362 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in rotateLoop()
DLoopUnrollPass.cpp585 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in ApproximateLoopSize()
DLoopUnswitch.cpp239 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in countLoop()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1141 CodeMetrics::collectEphemeralValues(&F, &ACT->getAssumptionCache(F), EphValues); in analyzeCall()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp351 CodeMetrics::collectEphemeralValues(F, AC, EphValues); in BoUpSLP()
DLoopVectorize.cpp923 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in LoopVectorizationCostModel()