Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp44 SmallPtrSetImpl<const Value *> &EphValues) { in completeEphemeralValues()
73 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues()
97 SmallPtrSetImpl<const Value *> &EphValues) { in collectEphemeralValues()
131 const SmallPtrSetImpl<const Value *> &EphValues, bool PrepareForLTO, in analyzeBasicBlock()
H A DInlineCost.cpp2732 const SmallPtrSetImpl<const Value *> &EphValues) { in analyzeBlock()
2950 const SmallPtrSetImpl<const Value *> *EphValues = &EphValuesStorage; in analyze() local
H A DValueTracking.cpp461 SmallPtrSet<const Instruction *, 16> EphValues; in isEphemeralValueOf() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEphemeralValuesCache.h29 SmallPtrSet<const Value *, 32> EphValues; variable
H A DIVUsers.h105 SmallPtrSet<const Value *, 32> EphValues; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp358 const SmallPtrSetImpl<const Value *> &EphValues, in analyzeLoopUnrollCost()
685 const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) { in UnrollCostEstimator()
839 ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, in shouldFullUnroll()
926 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollCount()
1228 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollLoop() local
H A DLoopUnrollAndJamPass.cpp153 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollAndJamCount()
322 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollAndJamLoop() local
H A DLoopDataPrefetch.cpp280 SmallPtrSet<const Value *, 32> EphValues; in runOnLoop() local
H A DDFAJumpThreading.cpp1325 SmallPtrSet<const Value *, 32> EphValues; member
1388 SmallPtrSet<const Value *, 32> EphValues; in run() local
H A DSimpleLoopUnswitch.cpp3332 SmallPtrSet<const Value *, 4> EphValues; in findBestNonTrivialUnswitchCandidate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp451 SmallPtrSet<const Value *, 32> EphValues; in rotateLoop() local
H A DSimplifyCFG.cpp2937 SmallPtrSet<const Instruction *, 32> EphValues; member in __anonee21a60b1e11::EphemeralValueTracker
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp354 SmallPtrSet<const Value *, 32> EphValues; in isHardwareLoopProfitable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp690 SmallPtrSet<const Value *, 32> EphValues; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5691 SmallPtrSet<const Value *, 32> EphValues; in computeHeuristicUnrollFactor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4424 SmallPtrSet<const Value *, 32> EphValues; member in llvm::slpvectorizer::BoUpSLP