Searched refs:LeftI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp200 Instruction *LeftI = &*LI, *RightI = &*RI; local
204 if (diff(LeftI, RightI, false, false)) {
210 if (!LeftI->use_empty())
211 TentativeValues.insert(std::make_pair(LeftI, RightI));

Completed in 313 milliseconds