Home | History | Annotate | Download | only in llvm-objdump

Lines Matching defs:targ

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