Home
last modified time | relevance | path

Searched refs:isJumpOutOfRange (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp77 bool isJumpOutOfRange(MachineInstr &MI,
144 bool HexagonBranchRelaxation::isJumpOutOfRange(MachineInstr &MI, in isJumpOutOfRange() function in HexagonBranchRelaxation
200 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()