Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SLP

814             LoopT *SLP = SubLoop->ParentLoop;  // SubLoopParent
816 std::find(SLP->SubLoops.begin(), SLP->SubLoops.end(), SubLoop);
817 assert(I != SLP->SubLoops.end() &&"SubLoop not a child of parent?");
818 SLP->SubLoops.erase(I); // Remove from parent...