Searched defs:NoHazard (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h38 NoHazard, // This instruction can be emitted at this cycle. enumerator in enum:llvm::ScheduleHazardRecognizer::HazardType
53 /// * NoHazard: it is legal to issue this instruction on this cycle.
59 return NoHazard;

Completed in 72 milliseconds