reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Passes/PassBuilder.cpp
 1862     if (!DefaultAliasRegex.match(Name, &Matches))
 1867     assert(Matches.size() == 3 && "Must capture two matched strings!");
 1869     OptimizationLevel L = StringSwitch<OptimizationLevel>(Matches[2])
 1878       if (PGOOpt && Matches[1] != "thinlto" &&
 1890     if (Matches[1] == "default") {
 1892     } else if (Matches[1] == "thinlto-pre-link") {
 1894     } else if (Matches[1] == "thinlto") {
 1896     } else if (Matches[1] == "lto-pre-link") {
 1899       assert(Matches[1] == "lto" && "Not one of the matched options!");