Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp401 NodePtr identifyPHINode(Instruction *Real, Instruction *Imag);
1082 if (NodePtr CN = identifyPHINode(Real, Imag)) in identifyNode()
2058 ComplexDeinterleavingGraph::identifyPHINode(Instruction *Real, in identifyPHINode() function in ComplexDeinterleavingGraph