Searched refs:RegisterPass (Results 1 – 2 of 2) sorted by relevance
109 template <typename passName> struct RegisterPass : public PassInfo { struct111 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
1114 static RegisterPass<DebugifyModulePass> DM("debugify",1118 static RegisterPass<CheckDebugifyModulePass>1122 static RegisterPass<DebugifyFunctionPass> DF("debugify-function",1126 static RegisterPass<CheckDebugifyFunctionPass>