Searched refs:TentativeValues (Results 1 – 1 of 1) sorted by relevance
128 DenseSet<std::pair<const Value *, const Value *>> TentativeValues; member in __anon246d63510111::FunctionDifferenceEngine210 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()