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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp240 // TODO: OptimizeSequences could generalized to be Interprocedural.
1156 bool OptimizeSequences(Function &F);
2822 bool ObjCARCOpt::OptimizeSequences(Function &F) { function in class:ObjCARCOpt
3102 // Run OptimizeSequences until it either stops making changes or
3104 while (OptimizeSequences(F)) {}

Completed in 59 milliseconds