llvm::InstrStage::getNextCycles

Returns the number of cycles from the start of this stage to the start of the next stage in the itinerary.

Synopsis

Declared in <llvm/MC/MCInstrItineraries.h>

unsigned int
getNextCycles() const;

Return Value

Cycles until the next stage, or this stage's length if unset.