Home
last modified time | relevance | path

Searched refs:LLVMInstructionRemoveFromParent (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp480 LLVMInstructionRemoveFromParent(I); in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3233 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1226 func (v Value) RemoveFromParentAsInstruction() { C.LLVMInstructionRemoveFromParent(v.C) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2776 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst) { in LLVMInstructionRemoveFromParent() function