Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h48 std::set<AssertingVH<Value> > InsertedValues; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h57 DenseSet<AssertingVH<Value>> InsertedValues; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp96 SmallPtrSet<Value *, 32> InsertedValues; in runSCCP() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h65 DenseSet<AssertingVH<Value>> InsertedValues; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSCCP.cpp209 SmallPtrSet<Value *, 32> InsertedValues; in runIPSCCP() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp120 SmallPtrSetImpl<Value *> &InsertedValues, in replaceSignedInst()
182 SmallPtrSetImpl<Value *> &InsertedValues, in simplifyInstsInBlock()