Searched refs:IncomingCount (Results 1 – 4 of 4) sorted by relevance
600 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction() local601 for (unsigned i = 0; i < IncomingCount; ++i) { in CloneInstruction()606 LLVMAddIncoming(Dst, Values.data(), Blocks.data(), IncomingCount); in CloneInstruction()
620 unsigned IncomingCount = LLVMCountIncoming(Src); in CloneInstruction() local621 for (unsigned i = 0; i < IncomingCount; ++i) { in CloneInstruction()626 LLVMAddIncoming(Dst, Values.data(), Blocks.data(), IncomingCount); in CloneInstruction()
1177 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) } func
1230 func (v Value) IncomingCount() int { return int(C.LLVMCountIncoming(v.C)) } func