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

/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp206 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
478 bool ExeDepsFix::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, function in class:__anon13895::ExeDepsFix
513 if (shouldBreakDependence(MI, OpNum, Pref))
535 if (Pref && shouldBreakDependence(MI, i, Pref))

Completed in 149 milliseconds