Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonEarlyIfConv.cpp191 bool isPredicableStore(const MachineInstr *MI) const;
377 if (!isPredicableStore(&MI) && !IsJMP && !isSafeToSpeculate(&MI)) in isValidCandidate()
660 bool HexagonEarlyIfConversion::isPredicableStore(const MachineInstr *MI) in isPredicableStore() function in HexagonEarlyIfConversion
720 if (isPredicableStore(MI)) { in predicateInstr()