Lines Matching defs:CREATE_PASS
444 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \
447 return CREATE_PASS; \
459 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \
460 FAM.registerPass([] { return CREATE_PASS; });
474 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \
476 std::remove_reference<decltype(CREATE_PASS)>::type>(NAME, Name, \
480 #define FUNCTION_PASS(NAME, CREATE_PASS) \
482 FPM.addPass(CREATE_PASS); \
492 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \
494 std::remove_reference<decltype(CREATE_PASS)>::type>(NAME, Name, \
498 #define SCOP_PASS(NAME, CREATE_PASS) \
500 SPM.addPass(CREATE_PASS); \
525 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \
531 #define SCOP_PASS(NAME, CREATE_PASS) \