Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp128 DenseSet<std::pair<const Value *, const Value *>> TentativeValues; member in __anon3906a3ef0111::FunctionDifferenceEngine
210 TentativeValues.clear(); in diff()
216 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()
224 TentativeValues.clear(); in diff()
573 return Values[L] == R || TentativeValues.count(std::make_pair(L, R)); in equivalentAsOperands()
639 assert(TentativeValues.empty()); in runBlockDiff()
660 TentativeValues.insert(std::make_pair(&*LI, &*RI)); in runBlockDiff()
677 TentativeValues.clear(); in runBlockDiff()