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,
1140 static RegisterPass<DebugifyModulePass> DM("debugify",1144 static RegisterPass<CheckDebugifyModulePass>1148 static RegisterPass<DebugifyFunctionPass> DF("debugify-function",1152 static RegisterPass<CheckDebugifyFunctionPass>