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

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp47 bool SimplifyFunction(Function *F);
76 MadeChange |= SimplifyFunction(F);
164 MadeChange |= SimplifyFunction(F);
171 // SimplifyFunction - Given information about callees, simplify the specified
174 bool PruneEH::SimplifyFunction(Function *F) { function in class:PruneEH

Completed in 169 milliseconds