Searched refs:isSafeToRemove (Results 1 – 3 of 3) sorted by relevance
570 bool isSafeToRemove() const;
1734 if (CI && CI->isMustTailCall() && !CI->isSafeToRemove()) { in tryToReplaceWithConstant()2030 if (Inst->isSafeToRemove()) in runIPSCCP()
596 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction