Searched refs:getTrueTarget (Results 1 – 3 of 3) sorted by relevance
79 BasicBlock tmp = getTrueTarget(); in invert()85 public BasicBlock getTrueTarget() { in getTrueTarget() method in If120 return super.toString() + " " + type + " block " + getTrueTarget().getNumber() in toString()138 printer.append(" B").append(getTrueTarget().getNumber()); in print()144 return o.getTrueTarget() == getTrueTarget() in identicalNonValueParts()160 return cond == 0 ? getTrueTarget() : fallthroughBlock(); in targetFromCondition()162 return cond != 0 ? getTrueTarget() : fallthroughBlock(); in targetFromCondition()164 return cond >= 0 ? getTrueTarget() : fallthroughBlock(); in targetFromCondition()166 return cond > 0 ? getTrueTarget() : fallthroughBlock(); in targetFromCondition()168 return cond <= 0 ? getTrueTarget() : fallthroughBlock(); in targetFromCondition()[all …]
282 BasicBlock trueTarget = theIf.getTrueTarget(); in rewriteIfs()903 Info trueTargetInfo = builder.getTargetInfo(branch.getTrueTarget());908 Info targetInfo = builder.getTargetInfo(getBranch().getTrueTarget());925 int target = builder.getInfo(branch.getTrueTarget().entry()).getOffset();
286 BasicBlock target = insn.getTrueTarget(); in collapsIfTrueTarget()299 if (insn.getTrueTarget() == newFallthrough) { in collapsIfTrueTarget()301 block.replaceSuccessor(insn.getTrueTarget(), fallthrough); in collapsIfTrueTarget()1278 target == theIf.getTrueTarget() ? theIf.fallthroughBlock() : theIf.getTrueTarget();