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

/netbsd-current/external/apache2/llvm/dist/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 195 milliseconds