Searched refs:INITIALIZE_AG_PASS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/ |
D | PassSupport.h | 184 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ macro
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 945 registered, and must use the :ref:`INITIALIZE_AG_PASS 975 itself, while the ``INITIALIZE_AG_PASS`` is used to add pass implementations to 992 INITIALIZE_AG_PASS(FancyAA, AliasAnalysis , "somefancyaa", 999 This just shows a class ``FancyAA`` that uses the ``INITIALIZE_AG_PASS`` macro 1008 INITIALIZE_AG_PASS(BasicAA, AliasAnalysis, "basicaa", 1016 argument to the ``INITIALIZE_AG_PASS`` template). There must be exactly one
|