Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2720 bool CannotRemove = false; in visitCallInst() local
2731 CannotRemove = true; in visitCallInst()
2738 CannotRemove = true; in visitCallInst()
2741 if (CannotRemove) in visitCallInst()
2745 if (!CannotRemove) in visitCallInst()
2754 bool CannotRemove = false; in visitCallInst() local
2770 CannotRemove = true; in visitCallInst()
2773 if (CannotRemove) in visitCallInst()
2780 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()