Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp132 DenseSet<std::pair<const Value *, const Value *>> TentativeValues; member in __anon35eb8c210111::FunctionDifferenceEngine
314 TentativeValues.clear(); in diff()
325 TentativeValues.insert(std::make_pair(LeftI, RightI)); in diff()
333 TentativeValues.clear(); in diff()
721 if (TentativeValues.count(std::make_pair(L, R))) in equivalentAsOperands()
814 assert(TentativeValues.empty()); in runBlockDiff()
835 TentativeValues.insert(std::make_pair(&*LI, &*RI)); in runBlockDiff()
852 TentativeValues.clear(); in runBlockDiff()