Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp68 bool isJumpOutOfRange(MachineInstr &MI,
135 bool HexagonBranchRelaxation::isJumpOutOfRange(MachineInstr &MI, in isJumpOutOfRange() function in HexagonBranchRelaxation
191 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset)) in reGenerateBranch()