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

/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp147 MachineBasicBlock* JumpAroundTarget = nullptr; local
151 JumpAroundTarget = SecondSucc;
154 JumpAroundTarget = FirstSucc;
159 // The target of the unconditional branch must be JumpAroundTarget.
167 if (!LayoutSucc || (CondBranchTarget != JumpAroundTarget)) {
179 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget);
180 bool case2 = JumpAroundTarget->isSuccessor(UncondTarget) &&
181 JumpAroundTarget->size() >= 1 &&
182 IsUnconditionalJump(JumpAroundTarget->back().getOpcode()) &&
183 JumpAroundTarget
[all...]

Completed in 76 milliseconds