Home
last modified time | relevance | path

Searched refs:MemDepPrinter (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemDepPrinter.cpp24 struct MemDepPrinter : public FunctionPass { struct
43 MemDepPrinter() : FunctionPass(ID) { in MemDepPrinter() function
79 char MemDepPrinter::ID = 0;
80 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
83 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps", in INITIALIZE_PASS_DEPENDENCY()
87 return new MemDepPrinter(); in INITIALIZE_PASS_DEPENDENCY()
90 const char *const MemDepPrinter::DepTypeStr[]
93 bool MemDepPrinter::runOnFunction(Function &F) { in runOnFunction()
135 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
DCMakeLists.txt52 MemDepPrinter.cpp
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp24 struct MemDepPrinter : public FunctionPass { struct
43 MemDepPrinter() : FunctionPass(ID) { in MemDepPrinter() argument
79 char MemDepPrinter::ID = 0;
80 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
83 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps", in INITIALIZE_PASS_DEPENDENCY()
87 return new MemDepPrinter(); in INITIALIZE_PASS_DEPENDENCY()
90 const char *const MemDepPrinter::DepTypeStr[]
93 bool MemDepPrinter::runOnFunction(Function &F) { in runOnFunction()
135 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
DCMakeLists.txt50 MemDepPrinter.cpp
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemDepPrinter.cpp25 struct MemDepPrinter : public FunctionPass { struct
44 MemDepPrinter() : FunctionPass(ID) { in MemDepPrinter() function
80 char MemDepPrinter::ID = 0;
81 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
84 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps", in INITIALIZE_PASS_DEPENDENCY()
88 return new MemDepPrinter(); in INITIALIZE_PASS_DEPENDENCY()
91 const char* MemDepPrinter::DepTypeStr[]
94 bool MemDepPrinter::runOnFunction(Function &F) { in runOnFunction()
160 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk61 llvm/lib/Analysis/MemDepPrinter.cpp \
DBUILD.gn162 "llvm/lib/Analysis/MemDepPrinter.cpp",
/external/swiftshader/
DCMakeLists.txt727 ${LLVM_DIR}/lib/Analysis/MemDepPrinter.cpp