Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp927 NodePtr ANode; in identifyDotProduct() local
975 ANode = identifyNode(A0, A1); in identifyDotProduct()
976 if (!ANode) { in identifyDotProduct()
978 ANode = identifyNode(A1, A0); in identifyDotProduct()
980 if (!ANode) in identifyDotProduct()
1016 if (ANode && Node != ANode) { in identifyDotProduct()