Searched refs:CannotRemove (Results 1 – 1 of 1) sorted by relevance
2253 bool CannotRemove = false; in visitCallInst() local2264 CannotRemove = true; in visitCallInst()2271 CannotRemove = true; in visitCallInst()2274 if (CannotRemove) in visitCallInst()2278 if (!CannotRemove) in visitCallInst()2287 bool CannotRemove = false; in visitCallInst() local2303 CannotRemove = true; in visitCallInst()2306 if (CannotRemove) in visitCallInst()2313 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()