Searched refs:CannotRemove (Results 1 – 1 of 1) sorted by relevance
3206 bool CannotRemove = false; in visitCallInst() local3217 CannotRemove = true; in visitCallInst()3224 CannotRemove = true; in visitCallInst()3227 if (CannotRemove) in visitCallInst()3231 if (!CannotRemove) in visitCallInst()3240 bool CannotRemove = false; in visitCallInst() local3256 CannotRemove = true; in visitCallInst()3259 if (CannotRemove) in visitCallInst()3266 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()