Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp187 auto eqSym = [&](Symbol *b1, Symbol *b2) { in equalsVariable() local
198 return eqSym(b1, b2); in equalsVariable()
203 if ((e1 || e2) && (!e1 || !e2 || !eqSym(e1, e2))) in equalsVariable()