Home
last modified time | relevance | path

Searched defs:LastStage (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h101 uint16_t LastStage; ///< Index of last + 1 stage in itinerary global() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp195 void ModuloScheduleExpander::generateProlog(unsigned LastStage, in generateProlog()
255 unsigned LastStage, MachineBasicBlock *KernelBB, MachineBasicBlock *OrigBB, in generateEpilog()
H A DMachinePipeliner.cpp1092 for (int Stage = 0, LastStage = Schedule.getMaxStageCount(); in computeScheduledInsts() local