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

References

lib/IR/LegacyPassManager.cpp
 1701   for (int Index = getNumContainedPasses() - 1; Index >= 0; --Index)
 1701   for (int Index = getNumContainedPasses() - 1; Index >= 0; --Index)
 1702     Changed |= getContainedPass(Index)->doFinalization(M);