Home
last modified time | relevance | path

Searched refs:DeadInstrs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.h45 SetVector<NodeId> getDeadInstrs() { return DeadInstrs; } in getDeadInstrs()
52 SetVector<NodeId> DeadInstrs; member
DHexagonRDFOpt.cpp140 const SetVector<NodeId> &DeadInstrs = getDeadInstrs(); in run() local
153 if (!DeadInstrs.count(SA.Id)) in run()
161 SetVector<NodeId> Remove = DeadInstrs; in run()
DRDFDeadCode.cpp155 DeadInstrs.insert(IA.Id); in collect()