Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp339 const auto HasImplicit = [](const RegisterOperandAssignment &ROV) { in hasImplicitAliasing() local
342 return any_of(Defs, HasImplicit) && any_of(Uses, HasImplicit); in hasImplicitAliasing()