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

References

lib/IR/LegacyPassManager.cpp
 1547   for (int Index = getNumContainedManagers() - 1; Index >= 0; --Index)
 1547   for (int Index = getNumContainedManagers() - 1; Index >= 0; --Index)
 1548     Changed |= getContainedManager(Index)->doFinalization(M);