Searched refs:MemorySSAPrinterLegacyPass (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DMemorySSA.cpp57 INITIALIZE_PASS_BEGIN(MemorySSAPrinterLegacyPass, "print-memoryssa",
60 INITIALIZE_PASS_END(MemorySSAPrinterLegacyPass, "print-memoryssa",
907 char MemorySSAPrinterLegacyPass::ID = 0;
909 MemorySSAPrinterLegacyPass::MemorySSAPrinterLegacyPass() : FunctionPass(ID) { function in class:MemorySSAPrinterLegacyPass
913 void MemorySSAPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const {
919 bool MemorySSAPrinterLegacyPass::runOnFunction(Function &F) {
/external/llvm/include/llvm/Transforms/Utils/
H A DMemorySSA.h590 friend class MemorySSAPrinterLegacyPass;
631 class MemorySSAPrinterLegacyPass : public FunctionPass { class in namespace:llvm
633 MemorySSAPrinterLegacyPass();

Completed in 364 milliseconds