Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp58 bool DeadCodeElimination::isLiveInstr(NodeAddr<StmtNode *> S) const { in isLiveInstr() function in DeadCodeElimination
87 if (!isLiveInstr(IA)) in scanInstr()
164 if (isLiveInstr(IA) || DFG.hasUntrackedRef(IA)) in collect()
H A DRDFDeadCode.h58 bool isLiveInstr(NodeAddr<StmtNode*> S) const;