Searched refs:collectEphemeralValues (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h84 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC,
89 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp70 void CodeMetrics::collectEphemeralValues( function in class:CodeMetrics
94 void CodeMetrics::collectEphemeralValues( function in class:CodeMetrics
H A DIVUsers.cpp310 CodeMetrics::collectEphemeralValues(L, AC, EphValues);
H A DInlineCost.cpp1951 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp221 CodeMetrics::collectEphemeralValues(L, AC, EphValues);
H A DLoopUnrollAndJamPass.cpp336 CodeMetrics::collectEphemeralValues(L, &AC, EphValues);
H A DLoopUnswitch.cpp293 CodeMetrics::collectEphemeralValues(L, AC, EphValues);
H A DLoopUnrollPass.cpp1058 CodeMetrics::collectEphemeralValues(L, &AC, EphValues);
H A DSimpleLoopUnswitch.cpp2642 CodeMetrics::collectEphemeralValues(&L, &AC, EphValues);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp244 CodeMetrics::collectEphemeralValues(L, AC, EphValues);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp491 CodeMetrics::collectEphemeralValues(L, &AC, EphValues);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6423 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore);
H A DSLPVectorizer.cpp544 CodeMetrics::collectEphemeralValues(F, AC, EphValues);

Completed in 273 milliseconds