Home
last modified time | relevance | path

Searched refs:PrevInstruction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp219 const Instr *PrevInstruction = getPrevInstructionSequential(InstrMeta); in getDirectControlFlowXRefs() local
221 if (PrevInstruction && canFallThrough(*PrevInstruction)) in getDirectControlFlowXRefs()
222 CFCrossReferences.insert(PrevInstruction); in getDirectControlFlowXRefs()
/external/llvm/bindings/go/llvm/
Dir.go1143 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu… func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1205 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu… func