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.cpp386 NodePtr identifyPHINode(Instruction *Real, Instruction *Imag);
917 if (NodePtr CN = identifyPHINode(Real, Imag)) in identifyNode()
1833 ComplexDeinterleavingGraph::identifyPHINode(Instruction *Real, in identifyPHINode() function in ComplexDeinterleavingGraph