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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp192 bool isSafeToSpeculate(const MachineInstr *MI) const;
377 if (!isPredicableStore(&MI) && !IsJMP && !isSafeToSpeculate(&MI))
684 bool HexagonEarlyIfConversion::isSafeToSpeculate(const MachineInstr *MI) function in class:HexagonEarlyIfConversion
770 if (isSafeToSpeculate(&*I))

Completed in 130 milliseconds