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

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

Completed in 91 milliseconds