Searched refs:GlobalDCE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp1 //===-- GlobalDCE.cpp - DCE unreachable internal functions ----------------===//
32 struct GlobalDCE : public ModulePass { struct in namespace:__anon2713
34 GlobalDCE() : ModulePass(ID) { function in struct:__anon2713::GlobalDCE
38 // run - Do the GlobalDCE pass on the specified module, optionally updating
56 char GlobalDCE::ID = 0;
57 INITIALIZE_PASS(GlobalDCE, "globaldce",
60 ModulePass *llvm::createGlobalDCEPass() { return new GlobalDCE(); }
62 bool GlobalDCE::runOnModule(Module &M) {
162 void GlobalDCE::GlobalIsNeeded(GlobalValue *G) {
195 void GlobalDCE
[all...]
/freebsd-10.2-release/lib/clang/libllvmipo/
H A DMakefile14 GlobalDCE.cpp \

Completed in 51 milliseconds