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

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1081 // TODO: OptimizeSequences could generalized to be Interprocedural.
1722 bool OptimizeSequences(Function &F);
3517 /// OptimizeSequences - Identify program paths which execute sequences of
3519 bool ObjCARCOpt::OptimizeSequences(Function &F) { function in class:ObjCARCOpt
3714 // Run OptimizeSequences until it either stops making changes or
3716 while (OptimizeSequences(F)) {}

Completed in 95 milliseconds