Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp351 bool IsJMP = (Opc == Hexagon::J2_jump); in isValidCandidate() local
352 if (!isPredicableStore(&MI) && !IsJMP && !isSafeToSpeculate(&MI)) in isValidCandidate()