Home
last modified time | relevance | path

Searched defs:EphValues (Results 1 – 15 of 15) 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.cpp2538 SmallPtrSetImpl<const Value *> &EphValues) { in analyzeBlock()
2754 SmallPtrSet<const Value *, 32> EphValues; in analyze() local
H A DValueTracking.cpp452 SmallPtrSet<const Value *, 16> EphValues; in isEphemeralValueOf() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp357 const SmallPtrSetImpl<const Value *> &EphValues, in analyzeLoopUnrollCost()
684 const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) { in UnrollCostEstimator()
838 ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, in shouldFullUnroll()
925 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollCount()
1227 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollLoop() local
H A DLoopUnrollAndJamPass.cpp154 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollAndJamCount()
323 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollAndJamLoop() local
H A DLoopDataPrefetch.cpp281 SmallPtrSet<const Value *, 32> EphValues; in runOnLoop() local
H A DDFAJumpThreading.cpp1285 SmallPtrSet<const Value *, 32> EphValues; member
1344 SmallPtrSet<const Value *, 32> EphValues; in run() local
H A DSimpleLoopUnswitch.cpp3324 SmallPtrSet<const Value *, 4> EphValues; findBestNonTrivialUnswitchCandidate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h105 SmallPtrSet<const Value *, 32> EphValues; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp451 SmallPtrSet<const Value *, 32> EphValues; in rotateLoop() local
H A DSimplifyCFG.cpp2799 SmallPtrSet<const Instruction *, 32> EphValues; member in __anonee21a60b1c11::EphemeralValueTracker
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp640 SmallPtrSet<const Value *, 32> EphValues; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp351 SmallPtrSet<const Value *, 32> EphValues; in isHardwareLoopProfitable() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5380 SmallPtrSet<const Value *, 32> EphValues; in computeHeuristicUnrollFactor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3440 SmallPtrSet<const Value *, 32> EphValues; member in llvm::slpvectorizer::BoUpSLP