Home
last modified time | relevance | path

Searched defs:SimplifiedValues (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h52 DenseMap<Value *, Value *> &SimplifiedValues, in UnrolledInstAnalyzer() argument
79 DenseMap<Value *, Value *> &SimplifiedValues; variable
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DUnrollAnalyzerTest.cpp41 DenseMap<Value *, Value *> SimplifiedValues; in runOnFunction() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp369 DenseMap<Value *, Value *> SimplifiedValues; in analyzeLoopUnrollCost() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp346 DenseMap<Value *, Constant *> SimplifiedValues; member in __anon9893a50b0111::CallAnalyzer