Home
last modified time | relevance | path

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

/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp339 std::unique_ptr<Module> OtherM) { in verifyAfterRoundTrip() argument
340 if (!OtherM) in verifyAfterRoundTrip()
342 if (verifyModule(*OtherM, &errs())) in verifyAfterRoundTrip()
344 if (!matches(ValueMapping(M), ValueMapping(*OtherM))) in verifyAfterRoundTrip()