Home
last modified time | relevance | path

Searched refs:shouldBreakDependence (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp201 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
474 bool ExeDepsFix::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, in shouldBreakDependence() function in ExeDepsFix
509 if (shouldBreakDependence(MI, OpNum, Pref)) in processDefs()
531 if (Pref && shouldBreakDependence(MI, i, Pref)) in processDefs()