Home
last modified time | relevance | path

Searched defs:mergeInValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp365 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() function in __anon27aabfd40211::SCCPSolver
376 void mergeInValue(Value *V, LatticeVal MergeWithV) { in mergeInValue() function in __anon27aabfd40211::SCCPSolver
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp469 bool mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() function in __anon2b65abf60111::SCCPSolver
481 bool mergeInValue(Value *V, LatticeVal MergeWithV) { in mergeInValue() function in __anon2b65abf60111::SCCPSolver
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp395 bool mergeInValue(Value *V, ValueLatticeElement MergeWithV, in mergeInValue() function in llvm::SCCPInstVisitor
836 bool SCCPInstVisitor::mergeInValue(ValueLatticeElement &IV, Value *V, in mergeInValue() function in SCCPInstVisitor