Home
last modified time | relevance | path

Searched refs:GlobalMerge (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp80 class GlobalMerge : public FunctionPass { class
105 explicit GlobalMerge(const TargetMachine *TM = 0) in GlobalMerge() function in __anon1aaa619c0111::GlobalMerge
138 char GlobalMerge::ID = 0;
139 INITIALIZE_PASS(GlobalMerge, "global-merge",
143 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
196 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables()
210 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
233 bool GlobalMerge::doInitialization(Module &M) { in doInitialization()
299 bool GlobalMerge::runOnFunction(Function &F) { in runOnFunction()
303 bool GlobalMerge::doFinalization(Module &M) { in doFinalization()
[all …]
/freebsd-10-stable/lib/clang/libllvmscalaropts/
DMakefile17 GlobalMerge.cpp \