Home
last modified time | relevance | path

Searched defs:ConstantMerge (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp38 struct ConstantMerge : public ModulePass { struct
39 static char ID; // Pass identification, replacement for typeid
40 ConstantMerge() : ModulePass(ID) { in ConstantMerge() argument