Searched defs:NoHazard (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/CodeGen/ | ||
H A D | ScheduleHazardRecognizer.h | 38 NoHazard, // This instruction can be emitted at this cycle. enumerator in enum:llvm::ScheduleHazardRecognizer::HazardType 55 /// * NoHazard: it is legal to issue this instruction on this cycle. 61 return NoHazard; |
Completed in 168 milliseconds