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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp969 bool CannotRemove = false; local
972 CannotRemove = true;
984 CannotRemove = true;
993 if (!CannotRemove && (isa<ReturnInst>(TI) || isa<ResumeInst>(TI)))

Completed in 348 milliseconds