Searched refs:LLVMInstructionRemoveFromParent (Results 1 – 4 of 4) sorted by relevance
481 LLVMInstructionRemoveFromParent(I); in CloneInstruction()
3181 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst);
1260 func (v Value) RemoveFromParentAsInstruction() { C.LLVMInstructionRemoveFromParent(v.C) }
2788 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst) { in LLVMInstructionRemoveFromParent() function