Searched refs:isSafeToRemove (Results 1 – 3 of 3) sorted by relevance
590 bool isSafeToRemove() const;
603 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
1781 if (CI && CI->isMustTailCall() && !CI->isSafeToRemove()) { in tryToReplaceWithConstant()2100 if (Inst->isSafeToRemove()) in runIPSCCP()