Searched refs:PrevInstruction (Results 1 – 3 of 3) sorted by relevance
219 const Instr *PrevInstruction = getPrevInstructionSequential(InstrMeta); in getDirectControlFlowXRefs() local221 if (PrevInstruction && canFallThrough(*PrevInstruction)) in getDirectControlFlowXRefs()222 CFCrossReferences.insert(PrevInstruction); in getDirectControlFlowXRefs()
1143 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu… func
1205 func PrevInstruction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousInstruction(v.C); retu… func