Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3206 bool CannotRemove = false; in visitCallInst() local
3217 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() local
3256 CannotRemove = true; in visitCallInst()
3259 if (CannotRemove) in visitCallInst()
3266 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI))) in visitCallInst()