Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp128 DenseSet<std::pair<const Value *, const Value *>> TentativeValues; member in __anon246d63510111::FunctionDifferenceEngine
210 TentativeValues.clear(); in diff()
216 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()
224 TentativeValues.clear(); in diff()
593 return Values[L] == R || TentativeValues.count(std::make_pair(L, R)); in equivalentAsOperands()
659 assert(TentativeValues.empty()); in runBlockDiff()
680 TentativeValues.insert(std::make_pair(&*LI, &*RI)); in runBlockDiff()
697 TentativeValues.clear(); in runBlockDiff()