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

References

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