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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp235 std::map<Instruction *, NodePtr> RootToNode; member in class:__anon1847::ComplexDeinterleavingGraph
1424 // reduction. Because RootToNode maps both Real and Imaginary parts to
1427 auto It = RootToNode.find(RootI);
1428 if (It != RootToNode.end()) {
1455 RootToNode[RootI] = RootNode;
1554 RootToNode[Real] = RootNode;
1555 RootToNode[Imag] = RootNode;
1570 for (auto &Pair : RootToNode)
1594 if (RootToNode.count(I))
1618 if (RootToNode
[all...]

Completed in 160 milliseconds