Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp376 bool IsJMP = (Opc == Hexagon::J2_jump); in isValidCandidate() local
377 if (!isPredicableStore(&MI) && !IsJMP && !isSafeToSpeculate(&MI)) in isValidCandidate()