Searched defs:RegisterPass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DPassSupport.h102 /// RegisterPass<t> template - This template class is used to notify the system
109 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
116 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
119 struct RegisterPass : public PassInfo { struct in namespace:llvm
122 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false, function in struct:llvm::RegisterPass
222 /// at runtime (which can be because of the RegisterPass constructors being run

Completed in 77 milliseconds