Searched refs:CannotRemove (Results 1 – 1 of 1) sorted by relevance
2096 bool CannotRemove = false; in visitCallInst() local2107 CannotRemove = true; in visitCallInst()2114 CannotRemove = true; in visitCallInst()2117 if (CannotRemove) in visitCallInst()2121 if (!CannotRemove) in visitCallInst()2130 bool CannotRemove = false; in visitCallInst() local2146 CannotRemove = true; in visitCallInst()2149 if (CannotRemove) in visitCallInst()2156 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()