Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp191 bool isPredicableStore(const MachineInstr *MI) const;
377 if (!isPredicableStore(&MI) && !IsJMP && !isSafeToSpeculate(&MI)) in isValidCandidate()
658 bool HexagonEarlyIfConversion::isPredicableStore(const MachineInstr *MI) in isPredicableStore() function in HexagonEarlyIfConversion
718 if (isPredicableStore(MI)) { in predicateInstr()