HomeSort by: relevance | last modified time | path
    Searched refs:NextInstruction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 394 // hasNextInstruction and nextInstruction are used to iterate
405 auto NextInstruction = [&](Instruction *I) {
416 Cursor = NextInstruction(Cursor)) {
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1266 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }

Completed in 20 milliseconds