Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp329 NodePtr identifyAdd(Instruction *Real, Instruction *Imag);
770 ComplexDeinterleavingGraph::identifyAdd(Instruction *Real, Instruction *Imag) { in identifyAdd() function in ComplexDeinterleavingGraph
937 if (NodePtr CN = identifyAdd(Real, Imag)) in identifyNode()