HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyFunction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 52 static bool SimplifyFunction(Function *F, CallGraph &CG);
77 MadeChange |= SimplifyFunction(F, CG);
175 MadeChange |= SimplifyFunction(F, CG);
190 // SimplifyFunction - Given information about callees, simplify the specified
193 static bool SimplifyFunction(Function *F, CallGraph &CG) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 46 bool SimplifyFunction(Function *F);
75 MadeChange |= SimplifyFunction(F);
162 MadeChange |= SimplifyFunction(F);
169 // SimplifyFunction - Given information about callees, simplify the specified
172 bool PruneEH::SimplifyFunction(Function *F) {

Completed in 156 milliseconds