Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3131 void LLVMInstructionEraseFromParent(LLVMValueRef Inst);
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2779 LLVMInstructionEraseFromParent(exp->inst); in ac_eliminate_const_output()
2861 LLVMInstructionEraseFromParent(exp->inst); in ac_eliminate_duplicated_output()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2731 void LLVMInstructionEraseFromParent(LLVMValueRef Inst) { in LLVMInstructionEraseFromParent() function