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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h85 unsigned getCurrCycleIdx(SUnit *SU = nullptr) const;
87 /// LastFPdOpCycleIdx stores the numbeer returned by getCurrCycleIdx()
H A DSystemZHazardRecognizer.cpp61 unsigned SystemZHazardRecognizer::getCurrCycleIdx(SUnit *SU) const { function in class:SystemZHazardRecognizer
251 << getCurrCycleIdx() << "\n";
321 LastFPdOpCycleIdx = getCurrCycleIdx(SU);
380 unsigned SUCycleIdx = getCurrCycleIdx(SU);

Completed in 55 milliseconds