Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h590 bool isSafeToRemove() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp603 bool Instruction::isSafeToRemove() const { in isSafeToRemove() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1781 if (CI && CI->isMustTailCall() && !CI->isSafeToRemove()) { in tryToReplaceWithConstant()
2100 if (Inst->isSafeToRemove()) in runIPSCCP()