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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp89 if (!LiveNodes.count(RA.Id))
98 if (!LiveNodes.count(UA.Id))
102 LiveNodes.insert(TA.Id);
108 if (!LiveNodes.count(DA.Id))
126 LiveNodes.clear();
134 LiveNodes.insert(N);
144 for (NodeId N : LiveNodes) {
152 if (LiveNodes.count(DA.Id))
160 if (!LiveNodes.count(RA.Id))
H A DRDFDeadCode.h49 SetVector<NodeId> LiveNodes; member in struct:llvm::rdf::DeadCodeElimination

Completed in 165 milliseconds