Returns the names of passes whose IR should be printed after they run.
Synopsis
Declared in <llvm/IR/PrintPasses.h>
std::vector<std::string>
printAfterPasses();
Return Value
The names of passes whose IR should be printed after they run.
Created with MrDocs