HomeSort by relevance Sort by last modified time
    Searched refs:hasRAWHazard (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 19 static bool hasRAWHazard(MachineInstr *DefMI, MachineInstr *MI,
61 hasRAWHazard(DefMI, MI, TRI))) {
MLxExpansionPass.cpp 65 bool hasRAWHazard(unsigned Reg, MachineInstr *MI) const;
184 bool MLxExpansion::hasRAWHazard(unsigned Reg, MachineInstr *MI) const {
261 if (i <= Limit2 && hasRAWHazard(getDefReg(MI), NextMI))

Completed in 87 milliseconds