Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h570 bool isSafeToRemove() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1734 if (CI && CI->isMustTailCall() && !CI->isSafeToRemove()) { in tryToReplaceWithConstant()
2030 if (Inst->isSafeToRemove()) in runIPSCCP()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp596 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction