Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp161 return !HII->isJumpWithinBranchRange(&*FirstTerm, Distance); in isJumpOutOfRange()
174 return !HII->isJumpWithinBranchRange(&*SecondTerm, Distance); in isJumpOutOfRange()
DHexagonInstrInfo.h314 bool isJumpWithinBranchRange(const MachineInstr *MI, unsigned offset) const;
DHexagonInstrInfo.cpp2170 bool HexagonInstrInfo::isJumpWithinBranchRange(const MachineInstr *MI, in isJumpWithinBranchRange() function in HexagonInstrInfo