HomeSort by relevance Sort by last modified time
    Searched defs:RegisterPass (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h 41 Registry.registerPass(*PI, true); \
61 Registry.registerPass(*PI, true); \
86 /// RegisterPass<t> template - This template class is used to notify the system
93 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
100 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
102 template <typename passName> struct RegisterPass : public PassInfo {
104 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
109 PassRegistry::getPassRegistry()->registerPass(*this);
169 Registry.registerPass(*PI, true); \
191 Registry.registerPass(*PI, true);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
PassSupport.h 35 /// getPassInfo() method. These objects are set up by the RegisterPass<>
55 /// through RegisterPass.
62 /// through RegisterPass. This version is for use by analysis groups; it
152 Registry.registerPass(*PI, true); \
170 Registry.registerPass(*PI, true); \
181 /// RegisterPass<t> template - This template class is used to notify the system
188 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
195 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
198 struct RegisterPass : public PassInfo {
201 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false
    [all...]

Completed in 494 milliseconds