Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp152 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock()
216 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
506 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h78 DenseSet<AssertingVH<Value>> InsertedValues; variable