Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp442 if (Value *DupV = find(Root, V)) { in replace() local
443 if (DupV != V) in replace()
444 NewV = subst(NewV, V, DupV); in replace()