Searched refs:JumpAroundTarget (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp150 MachineBasicBlock* JumpAroundTarget = NULL; local
154 JumpAroundTarget = SecondSucc;
157 JumpAroundTarget = FirstSucc;
162 // The target of the unconditional branch must be JumpAroundTarget.
170 if (!LayoutSucc || (CondBranchTarget != JumpAroundTarget)) {
182 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget);
183 bool case2 = JumpAroundTarget->isSuccessor(UncondTarget) &&
184 JumpAroundTarget->size() >= 1 &&
185 IsUnconditionalJump(JumpAroundTarget->back().getOpcode()) &&
186 JumpAroundTarget
[all...]

Completed in 93 milliseconds