Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp155 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock()
219 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
509 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h78 DenseSet<AssertingVH<Value>> InsertedValues; variable