Lines Matching refs:CREATE_PASS
588 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \ in createScopAnalyses() argument
589 Proxy.getManager().registerPass([] { return CREATE_PASS; }); in createScopAnalyses()
599 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in registerFunctionAnalyses() argument
600 FAM.registerPass([] { return CREATE_PASS; }); in registerFunctionAnalyses()
614 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \ in parseFunctionPipeline() argument
616 std::remove_reference<decltype(CREATE_PASS)>::type>(NAME, Name, \ in parseFunctionPipeline()
620 #define FUNCTION_PASS(NAME, CREATE_PASS) \ in parseFunctionPipeline() argument
622 FPM.addPass(CREATE_PASS); \ in parseFunctionPipeline()
631 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \ in parseScopPass() argument
633 std::remove_reference<decltype(CREATE_PASS)>::type>(NAME, Name, \ in parseScopPass()
637 #define SCOP_PASS(NAME, CREATE_PASS) \ in parseScopPass() argument
639 SPM.addPass(CREATE_PASS); \ in parseScopPass()
663 #define SCOP_ANALYSIS(NAME, CREATE_PASS) \ in isScopPassName() argument
669 #define SCOP_PASS(NAME, CREATE_PASS) \ in isScopPassName() argument