Searched refs:InfoImag (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1178 auto *InfoImag = &InfoB; local
1180 auto NodeFromCommon = identifyNode(InfoReal->Common, InfoImag->Common);
1182 std::swap(InfoReal, InfoImag);
1183 NodeFromCommon = identifyNode(InfoReal->Common, InfoImag->Common);
1189 CommonToNode[InfoImag->Common] = NodeFromCommon;

Completed in 184 milliseconds