Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp164 if (isLiveInstr(IA) || DFG.hasUntrackedRef(IA)) in collect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h814 bool hasUntrackedRef(Stmt S, bool IgnoreReserved = true) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1779 bool DataFlowGraph::hasUntrackedRef(Stmt S, bool IgnoreReserved) const { in hasUntrackedRef() function in llvm::rdf::DataFlowGraph