Home
last modified time | relevance | path

Searched refs:areEquivalentValues (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp29 bool areEquivalentValues(const Value &Val1, const Value &Val2) { in areEquivalentValues() function
H A DDataflowEnvironment.cpp223 if (!areEquivalentValues(*Val, *It->second) && in compareKeyToValueMaps()
281 if (areEquivalentValues(*Val, *PrevIt->second)) { in widenKeyToValueMap()
824 if (areEquivalentValues(*Val1, *Val2)) in joinValues()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h91 bool areEquivalentValues(const Value &Val1, const Value &Val2);