Home
last modified time | relevance | path

Searched defs:EphValues (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp43 SmallPtrSetImpl<const Value *> &EphValues) { in completeEphemeralValues()
72 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues()
96 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues()
118 const SmallPtrSetImpl<const Value*> &EphValues) { in analyzeBasicBlock()
DInlineCost.cpp1739 SmallPtrSetImpl<const Value *> &EphValues) { in analyzeBlock()
1950 SmallPtrSet<const Value *, 32> EphValues; in analyze() local
DValueTracking.cpp469 SmallPtrSet<const Value *, 16> EphValues; in isEphemeralValueOf() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp337 const SmallPtrSetImpl<const Value *> &EphValues, in analyzeLoopUnrollCost()
644 const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) { in ApproximateLoopSize()
740 ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollCount()
1057 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollLoop() local
DLoopUnrollAndJamPass.cpp157 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollAndJamCount()
335 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollAndJamLoop() local
DLoopDataPrefetch.cpp220 SmallPtrSet<const Value *, 32> EphValues; in runOnLoop() local
DLoopUnswitch.cpp292 SmallPtrSet<const Value *, 32> EphValues; in countLoop() local
DSimpleLoopUnswitch.cpp2641 SmallPtrSet<const Value *, 4> EphValues; in unswitchBestCondition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVUsers.h107 SmallPtrSet<const Value *, 32> EphValues; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp243 SmallPtrSet<const Value *, 32> EphValues; in rotateLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp489 SmallPtrSet<const Value *, 32> EphValues; in isHardwareLoopProfitable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1778 SmallPtrSet<const Value *, 32> EphValues; member in llvm::slpvectorizer::BoUpSLP