Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp495 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, in node_eq() function
525 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) { in node_eq()
562 if (node_eq(N, *NJ, Eq, Ne)) in common()