HomeSort by relevance Sort by last modified time
    Searched full:shouldbreakdependence (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 196 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
467 bool ExeDepsFix::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx,
502 if (shouldBreakDependence(MI, OpNum, Pref))
527 if (Pref && shouldBreakDependence(MI, i, Pref))

Completed in 65 milliseconds