Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp375 std::string lhsStr, rhsStr; in compare() local
377 raw_string_ostream lhsStream(lhsStr); in compare()
385 return lhsStr == rhsStr; in compare()