Lines Matching refs:targ
59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); in createFunctionFromMC() local
60 if (targ != -1ULL && targ == Index+Size) in createFunctionFromMC()
65 if (targ != -1ULL) { in createFunctionFromMC()
66 Splits.insert(targ); in createFunctionFromMC()
67 WorkList.push_back(targ); in createFunctionFromMC()
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); in createFunctionFromMC() local
79 if (targ != -1ULL && targ != Index+Size) in createFunctionFromMC()
80 Calls.push_back(targ); in createFunctionFromMC()
119 uint64_t targ = Ana->evaluateBranch(Inst.Inst, Inst.Address, Inst.Size); in createFunctionFromMC() local
120 if (targ == -1ULL) { in createFunctionFromMC()
125 } else if (targ != Inst.Address+Inst.Size) in createFunctionFromMC()
126 BB.addSucc(targ); in createFunctionFromMC()