Searched refs:CannotRemove (Results 1 – 1 of 1) sorted by relevance
2720 bool CannotRemove = false; in visitCallInst() local2731 CannotRemove = true; in visitCallInst()2738 CannotRemove = true; in visitCallInst()2741 if (CannotRemove) in visitCallInst()2745 if (!CannotRemove) in visitCallInst()2754 bool CannotRemove = false; in visitCallInst() local2770 CannotRemove = true; in visitCallInst()2773 if (CannotRemove) in visitCallInst()2780 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()