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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1369 int ProducerStage = S.getStage(Producer); local
1372 assert(ConsumerStage >= ProducerStage);
1373 unsigned StageDiff = ConsumerStage - ProducerStage;
1398 // This schedule is only representable if ProducerStage == ConsumerStage+1.

Completed in 50 milliseconds