Searched refs:getDFG (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.h36 DataFlowGraph &getDFG() { return DFG; } function in struct:llvm::rdf::CopyPropagation
H A DRDFDeadCode.h45 DataFlowGraph &getDFG() { return DFG; } function in struct:llvm::rdf::DeadCodeElimination
H A DHexagonRDFOpt.cpp117 DataFlowGraph &DFG = getDFG();
161 DataFlowGraph &DFG = getDFG();
199 DataFlowGraph &DFG = getDFG();
216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA))
218 DataFlowGraph &DFG = getDFG();

Completed in 59 milliseconds