Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MemDepPrinter

1 //===- MemDepPrinter.cpp - Printer for MemoryDependenceAnalysis -----------===//
25 struct MemDepPrinter : public FunctionPass {
44 MemDepPrinter() : FunctionPass(ID) {
80 char MemDepPrinter::ID = 0;
81 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
84 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps",
88 return new MemDepPrinter();
91 const char *const MemDepPrinter::DepTypeStr[]
94 bool MemDepPrinter::runOnFunction(Function &F) {
160 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const {