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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h43 SetVector<NodeId> getDeadNodes() { return DeadNodes; } function in struct:llvm::rdf::DeadCodeElimination
H A DHexagonRDFOpt.cpp154 const SetVector<NodeId> &DeadNodes = getDeadNodes();
254 return getDeadNodes().count(DA.Id);

Completed in 98 milliseconds