Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2253 bool CannotRemove = false; in visitCallInst() local
2264 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() local
2303 CannotRemove = true; in visitCallInst()
2306 if (CannotRemove) in visitCallInst()
2313 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()