Searched defs:NextInstruction (Results 1 – 2 of 2) sorted by relevance
405 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
1266 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func