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

/external/llvm/include/llvm/
H A DPassSupport.h36 /// getPassInfo() method. These objects are set up by the RegisterPass<>
56 /// through RegisterPass.
63 /// through RegisterPass. This version is for use by analysis groups; it
186 /// RegisterPass<t> template - This template class is used to notify the system
193 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
200 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
203 struct RegisterPass : public PassInfo { struct in namespace:llvm
206 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false, function in struct:llvm::RegisterPass
306 /// at runtime (which can be because of the RegisterPass constructors being run

Completed in 205 milliseconds