Lines Matching refs:registerCallbacks
532 void IRChangedPrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks() function in IRChangedPrinter
806 void PrintIRInstrumentation::registerCallbacks( in registerCallbacks() function in PrintIRInstrumentation
828 void OptNoneInstrumentation::registerCallbacks( in registerCallbacks() function in OptNoneInstrumentation
849 void OptBisectInstrumentation::registerCallbacks( in registerCallbacks() function in OptBisectInstrumentation
866 void PrintPassInstrumentation::registerCallbacks( in registerCallbacks() function in PrintPassInstrumentation
1062 void PreservedCFGCheckerInstrumentation::registerCallbacks( in registerCallbacks() function in PreservedCFGCheckerInstrumentation
1129 void VerifyInstrumentation::registerCallbacks( in registerCallbacks() function in VerifyInstrumentation
1208 void InLineChangePrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks() function in InLineChangePrinter
1227 void StandardInstrumentations::registerCallbacks( in registerCallbacks() function in StandardInstrumentations
1229 PrintIR.registerCallbacks(PIC); in registerCallbacks()
1230 PrintPass.registerCallbacks(PIC); in registerCallbacks()
1231 TimePasses.registerCallbacks(PIC); in registerCallbacks()
1232 OptNone.registerCallbacks(PIC); in registerCallbacks()
1233 OptBisect.registerCallbacks(PIC); in registerCallbacks()
1235 PreservedCFGChecker.registerCallbacks(PIC, *FAM); in registerCallbacks()
1236 PrintChangedIR.registerCallbacks(PIC); in registerCallbacks()
1237 PseudoProbeVerification.registerCallbacks(PIC); in registerCallbacks()
1239 Verify.registerCallbacks(PIC); in registerCallbacks()
1240 PrintChangedDiff.registerCallbacks(PIC); in registerCallbacks()