Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCodeMetrics.cpp31 SmallPtrSetImpl<const Value*> &EphValues) { in completeEphemeralValues()
66 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues()
88 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues()
107 SmallPtrSetImpl<const Value*> &EphValues) { in analyzeBasicBlock()
DInlineCost.cpp1076 SmallPtrSetImpl<const Value *> &EphValues) { in analyzeBlock()
1314 SmallPtrSet<const Value *, 32> EphValues; in analyzeCall() local
DValueTracking.cpp404 SmallPtrSet<const Value *, 16> EphValues; in isEphemeralValueOf() local
/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp183 SmallPtrSet<const Value *, 32> EphValues; in runOnLoop() local
DLoopRotation.cpp218 SmallPtrSet<const Value *, 32> EphValues; in rotateLoop() local
DLoopUnrollPass.cpp533 SmallPtrSet<const Value *, 32> EphValues; in ApproximateLoopSize() local
DLoopUnswitch.cpp281 SmallPtrSet<const Value *, 32> EphValues; in countLoop() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp556 SmallPtrSet<const Value *, 32> EphValues; member in llvm::slpvectorizer::BoUpSLP