Home
last modified time | relevance | path

Searched defs:PrevInstruction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp233 const Instr *PrevInstruction = getPrevInstructionSequential(InstrMeta); in getDirectControlFlowXRefs() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1267 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu… func