LLVM  8.0.1
Namespaces | Functions
CtorUtils.h File Reference
#include "llvm/ADT/STLExtras.h"
Include dependency graph for CtorUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

bool llvm::optimizeGlobalCtorsList (Module &M, function_ref< bool(Function *)> ShouldRemove)
 Call "ShouldRemove" for every entry in M's global_ctor list and remove the entries for which it returns true. More...