Searched refs:CannotRemove (Results 1 – 1 of 1) sorted by relevance
2911 bool CannotRemove = false; in visitCallInst() local2922 CannotRemove = true; in visitCallInst()2929 CannotRemove = true; in visitCallInst()2932 if (CannotRemove) in visitCallInst()2936 if (!CannotRemove) in visitCallInst()2945 bool CannotRemove = false; in visitCallInst() local2961 CannotRemove = true; in visitCallInst()2964 if (CannotRemove) in visitCallInst()2971 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()