Home
last modified time | relevance | path

Searched refs:CannotRemove (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2096 bool CannotRemove = false; in visitCallInst() local
2107 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() local
2146 CannotRemove = true; in visitCallInst()
2149 if (CannotRemove) in visitCallInst()
2156 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()