Home | History | Annotate | Download | only in Analysis

Lines Matching defs:removeLoop

699   /// removeLoop - This removes the specified top-level loop from this loop info
702 LoopT *removeLoop(iterator I) {
1010 /// removeLoop - This removes the specified top-level loop from this loop info
1013 inline Loop *removeLoop(iterator I) { return LI.removeLoop(I); }