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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp1082 // TODO: OptimizeSequences could generalized to be Interprocedural.
1734 bool OptimizeSequences(Function &F);
3529 /// OptimizeSequences - Identify program paths which execute sequences of
3531 bool ObjCARCOpt::OptimizeSequences(Function &F) { function in class:ObjCARCOpt
3726 // Run OptimizeSequences until it either stops making changes or
3728 while (OptimizeSequences(F)) {}

Completed in 78 milliseconds