Searched refs:LLVMInstructionRemoveFromParent (Results 1 – 4 of 4) sorted by relevance
480 LLVMInstructionRemoveFromParent(I); in CloneInstruction()
3233 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst);
1226 func (v Value) RemoveFromParentAsInstruction() { C.LLVMInstructionRemoveFromParent(v.C) }
2776 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst) { in LLVMInstructionRemoveFromParent() function