Lines Matching defs:After

432     T After;
433 generateIRRepresentation(IR, PassID, After);
436 if (Before == After) {
440 handleAfter(PassID, Name, Before, After, IR);
490 Out << formatv("*** IR Dump After {0} on {1} omitted because no change ***\n",
503 formatv("*** IR Dump After {0} on {1} filtered out ***\n", PassID, Name);
529 const std::string &After, Any) {
537 if (After.empty()) {
538 Out << "*** IR Deleted After " << PassID << " on " << Name << " ***\n";
542 Out << "*** IR Dump After " << PassID << " on " << Name << " ***\n" << After;
592 const std::string &After, Any) {
593 handleIR(After, PassID);
598 const OrderedChangedData &Before, const OrderedChangedData &After,
601 const auto &AFD = After.getData();
604 std::vector<std::string>::const_iterator AI = After.getOrder().begin();
605 std::vector<std::string>::const_iterator AE = After.getOrder().end();
672 const FuncDataT<T> &Before, const FuncDataT<T> &After)>
676 assert(Before.getData().size() == 1 && After.getData().size() == 1 &&
679 After.getData().begin()->getValue());
685 IRDataT<T>::report(Before, After,
812 After,
922 Stream << "; *** IR Dump After ";
933 DumpIRFilename + getFileSuffix(IRDumpFileSuffixType::After).str();
961 Banner = formatv("; *** IR Dump After {0} on {1} (invalidated) ***", PassID,
1224 const CFG &After) {
1225 assert(!After.isPoisoned());
1232 if (Before.Graph.size() != After.Graph.size())
1234 << Before.Graph.size() << ", after=" << After.Graph.size() << "\n";
1237 auto BA = After.Graph.find(BB.first);
1238 if (BA == After.Graph.end()) {
1245 for (auto &BA : After.Graph) {
1401 "Before and After callbacks must correspond");
1410 "Before and After callbacks must correspond");
1532 const IRDataT<EmptyData> &After,
1535 formatv("*** IR Dump After {0} on {1} ***\n", PassID, Name);
1537 IRComparer<EmptyData>(Before, After)
1541 const FuncDataT<EmptyData> &After) -> void {
1543 Minor, Before, After);
1551 const FuncDataT<EmptyData> &After) {
1557 Before, After,
1861 // entry node for the function. \p Before and \p After are the before
1865 const FuncDataT<DCData> &After);
1986 const FuncDataT<DCData> &After)
2008 for (auto &A : After.getData()) {
2239 const FuncDataT<DCData> &After) {
2262 DotCfgDiff Diff(Text, Before, After);
2263 std::string EntryBlockName = After.getEntryBlockName();
2312 const FuncDataT<DCData> &After) -> void {
2314 Minor, Before, After);
2337 const IRDataT<DCData> &After, Any IR) {
2339 IRComparer<DCData>(Before, After)
2343 const FuncDataT<DCData> &After) -> void {
2345 Minor, Before, After);