Searched refs:LLVMGetInstructionParent (Results 1 – 17 of 17) sorted by relevance
186 LLVMBasicBlockRef bb = LLVMGetInstructionParent(function_or_call); in lp_add_function_attr()
371 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
390 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
793 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
2476 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
2702 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
1159 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
861 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
985 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
1446 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
967 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
1510 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
1545 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
2094 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
1139 func (v Value) InstructionParent() (bb BasicBlock) { bb.C = C.LLVMGetInstructionParent(v.C); return…
1201 func (v Value) InstructionParent() (bb BasicBlock) { bb.C = C.LLVMGetInstructionParent(v.C); return…
2320 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function