Home
last modified time | relevance | path

Searched refs:getDeadInstrs (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h44 SetVector<NodeId> getDeadInstrs() { return DeadInstrs; } in getDeadInstrs() function
H A DHexagonRDFOpt.cpp160 const SetVector<NodeId> &DeadInstrs = getDeadInstrs(); in run()