Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDCodeMetrics.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()
HDInlineCost.cpp2538 SmallPtrSetImpl<const Value *> &EphValues) { in analyzeBlock()
2754 SmallPtrSet<const Value *, 32> EphValues; in analyze() local
HDValueTracking.cpp452 SmallPtrSet<const Value *, 16> EphValues; in isEphemeralValueOf() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.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
HDLoopUnrollAndJamPass.cpp154 const SmallPtrSetImpl<const Value *> &EphValues, in computeUnrollAndJamCount()
323 SmallPtrSet<const Value *, 32> EphValues; in tryToUnrollAndJamLoop() local
HDLoopDataPrefetch.cpp281 SmallPtrSet<const Value *, 32> EphValues; in runOnLoop() local
HDDFAJumpThreading.cpp1285 SmallPtrSet<const Value *, 32> EphValues; member
1344 SmallPtrSet<const Value *, 32> EphValues; in run() local
HDSimpleLoopUnswitch.cpp3325 SmallPtrSet<const Value *, 4> EphValues; in findBestNonTrivialUnswitchCandidate() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVUsers.h105 SmallPtrSet<const Value *, 32> EphValues; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopRotationUtils.cpp451 SmallPtrSet<const Value *, 32> EphValues; in rotateLoop() local
HDSimplifyCFG.cpp2799 SmallPtrSet<const Instruction *, 32> EphValues; member in __anon599ae60a1c11::EphemeralValueTracker
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionSpecialization.cpp640 SmallPtrSet<const Value *, 32> EphValues; in run() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp351 SmallPtrSet<const Value *, 32> EphValues; in isHardwareLoopProfitable() local
/freebsd-head/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp5380 SmallPtrSet<const Value *, 32> EphValues; in computeHeuristicUnrollFactor() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3440 SmallPtrSet<const Value *, 32> EphValues; member in llvm::slpvectorizer::BoUpSLP