Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp90 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h65 DenseSet<AssertingVH<Value>> InsertedValues; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp214 SmallPtrSet<Value *, 32> InsertedValues; runIPSCCP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp108 refineInstruction(SCCPSolver & Solver,const SmallPtrSetImpl<Value * > & InsertedValues,Instruction & Inst) refineInstruction() argument
156 replaceSignedInst(SCCPSolver & Solver,SmallPtrSetImpl<Value * > & InsertedValues,Instruction & Inst) replaceSignedInst() argument
222 simplifyInstsInBlock(BasicBlock & BB,SmallPtrSetImpl<Value * > & InsertedValues,Statistic & InstRemovedStat,Statistic & InstReplacedStat) simplifyInstsInBlock() argument
[all...]