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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp51 bool SimplifyFunction(Function *F);
80 MadeChange |= SimplifyFunction(F);
175 MadeChange |= SimplifyFunction(F);
182 // SimplifyFunction - Given information about callees, simplify the specified
185 bool PruneEH::SimplifyFunction(Function *F) { function in class:PruneEH

Completed in 101 milliseconds