Lines Matching refs:Any
141 template <typename IRUnitT> static const IRUnitT *unwrapIR(Any IR) { in unwrapIR()
162 const Module *unwrapModule(Any IR, bool Force = false) { in unwrapModule()
238 std::string getIRName(Any IR) { in getIRName()
274 bool shouldPrintIR(Any IR) { in shouldPrintIR()
294 void unwrapAndPrint(raw_ostream &OS, Any IR) { in unwrapAndPrint()
357 const Module *getModuleForComparison(Any IR) { in getModuleForComparison()
371 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { in isInteresting()
386 void ChangeReporter<T>::saveIRBeforePass(Any IR, StringRef PassID, in saveIRBeforePass()
409 void ChangeReporter<T>::handleIRAfterPass(Any IR, StringRef PassID, in handleIRAfterPass()
454 PIC.registerBeforeNonSkippedPassCallback([&PIC, this](StringRef P, Any IR) { in registerRequiredCallbacks()
459 [&PIC, this](StringRef P, Any IR, const PreservedAnalyses &) { in registerRequiredCallbacks()
472 template <typename T> void TextChangeReporter<T>::handleInitialIR(Any IR) { in handleInitialIR()
513 void IRChangedPrinter::generateIRRepresentation(Any IR, StringRef PassID, in generateIRRepresentation()
522 const std::string &After, Any) { in handleAfter() argument
571 void IRChangedTester::handleInitialIR(Any IR) { in handleInitialIR()
585 const std::string &After, Any) { in handleAfter() argument
689 template <typename T> void IRComparer<T>::analyzeIR(Any IR, IRDataT<T> &Data) { in analyzeIR()
751 static SmallString<32> getIRFileDisplayName(Any IR) { in getIRFileDisplayName()
786 Any IR) { in fetchDumpFilename()
816 StringRef PassID, Any IR, std::string &DumpIRFilename) { in pushPassRunDescriptor()
849 void PrintIRInstrumentation::printBeforePass(StringRef PassID, Any IR) { in printBeforePass()
900 void PrintIRInstrumentation::printAfterPass(StringRef PassID, Any IR) { in printAfterPass()
1023 [this](StringRef P, Any IR) { this->printBeforePass(P, IR); }); in registerCallbacks()
1027 [this](StringRef P, Any IR, const PreservedAnalyses &) { in registerCallbacks()
1040 [this](StringRef P, Any IR) { return this->shouldRun(P, IR); }); in registerCallbacks()
1043 bool OptNoneInstrumentation::shouldRun(StringRef PassID, Any IR) { in shouldRun()
1057 bool OptPassGateInstrumentation::shouldRun(StringRef PassName, Any IR) { in shouldRun()
1084 PIC.registerShouldRunOptionalPassCallback([this](StringRef PassName, Any IR) { in registerCallbacks()
1109 Any IR) { in registerCallbacks()
1116 StringRef PassID, Any IR) { in registerCallbacks()
1139 [this, SpecialPasses](StringRef PassID, Any IR, in registerCallbacks()
1147 [this, SpecialPasses](StringRef PassID, Any IR) { in registerCallbacks()
1155 PIC.registerBeforeAnalysisCallback([this](StringRef PassID, Any IR) { in registerCallbacks()
1161 [this](StringRef PassID, Any IR) { Indent -= 2; }); in registerCallbacks()
1162 PIC.registerAnalysisInvalidatedCallback([this](StringRef PassID, Any IR) { in registerCallbacks()
1341 static SmallVector<Function *, 1> GetFunctions(Any IR) { in GetFunctions()
1360 StringRef P, Any IR) mutable { in registerCallbacks()
1397 PIC.registerAfterPassCallback([this, &MAM](StringRef P, Any IR, in registerCallbacks()
1457 [this, MAM](StringRef P, Any IR, const PreservedAnalyses &PassPA) { in registerCallbacks()
1515 void InLineChangePrinter::generateIRRepresentation(Any IR, in generateIRRepresentation()
1524 Any IR) { in handleAfter()
1575 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks()
1577 [this](StringRef P, Any IR, const PreservedAnalyses &) { in registerCallbacks()
1585 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks()
1587 [this](StringRef P, Any IR) { this->runAfterPass(); }, true); in registerCallbacks()
1590 void TimeProfilingPassesHandler::runBeforePass(StringRef PassID, Any IR) { in runBeforePass()
2287 void DotCfgChangeReporter::handleInitialIR(Any IR) { in handleInitialIR()
2311 void DotCfgChangeReporter::generateIRRepresentation(Any IR, StringRef PassID, in generateIRRepresentation()
2327 const IRDataT<DCData> &After, Any IR) { in handleAfter()
2502 [&PIC, this](StringRef PassID, Any IR) { in registerCallbacks()