Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isCleanup

2328   bool CleanupFlag = LI.isCleanup();   // - The new instruction is a cleanup.
2604 if (LI.isCleanup() != CleanupFlag) {