Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h549 bool isSafeToRemove() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1634 if (CI && CI->isMustTailCall() && !CI->isSafeToRemove()) { in tryToReplaceWithConstant()
1891 if (Inst->isSafeToRemove()) in runIPSCCP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp593 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction