Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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, bool PrepareForLTO) { in analyzeBasicBlock()
H A DInlineCost.cpp2081 SmallPtrSetImpl<const Value *> &EphValues) { in analyzeBlock()
2303 SmallPtrSet<const Value *, 32> EphValues; in analyze() local
H A DValueTracking.cpp481 SmallPtrSet<const Value *, 16> EphValues; in isEphemeralValueOf() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp338 const SmallPtrSetImpl<const Value *> &EphValues, in analyzeLoopUnrollCost()
657 const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) { in ApproximateLoopSize()
764 ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollCount()
1086 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollLoop() local
H A DLoopUnrollAndJamPass.cpp160 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollAndJamCount()
329 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollAndJamLoop() local
H A DLoopDataPrefetch.cpp277 SmallPtrSet<const Value *, 32> EphValues; in runOnLoop() local
H A DLoopUnswitch.cpp306 SmallPtrSet<const Value *, 32> EphValues; in countLoop() local
H A DSimpleLoopUnswitch.cpp2712 SmallPtrSet<const Value *, 4> EphValues; in unswitchBestCondition() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVUsers.h107 SmallPtrSet<const Value *, 32> EphValues; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp305 SmallPtrSet<const Value *, 32> EphValues; in rotateLoop() local
H A DSimplifyCFG.cpp2535 SmallPtrSet<const Value *, 32> EphValues; in BlockIsSimpleEnoughToThreadThrough() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp722 SmallPtrSet<const Value *, 32> EphValues; in isHardwareLoopProfitable() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1990 SmallPtrSet<const Value *, 32> EphValues; member in llvm::slpvectorizer::BoUpSLP