HomeSort by relevance Sort by last modified time
    Searched defs:DeadInstrs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
RDFDeadCode.h 45 SetVector<NodeId> getDeadInstrs() { return DeadInstrs; }
52 SetVector<NodeId> DeadInstrs;
HexagonRDFOpt.cpp 140 const SetVector<NodeId> &DeadInstrs = getDeadInstrs();
153 if (!DeadInstrs.count(SA.Id))
161 SetVector<NodeId> Remove = DeadInstrs;

Completed in 54 milliseconds