Home | History | Annotate | Download | only in Analysis

Lines Matching refs:changeLoopFor

710   /// changeLoopFor - Change the top-level loop that contains BB to the
713 void changeLoopFor(BlockT *BB, LoopT *L) {
1015 /// changeLoopFor - Change the top-level loop that contains BB to the
1018 inline void changeLoopFor(BasicBlock *BB, Loop *L) {
1019 LI.changeLoopFor(BB, L);