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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h75 bool fitsIntoCurrentGroup(SUnit *SU) const;
H A DSystemZHazardRecognizer.cpp66 if (SU != nullptr && !fitsIntoCurrentGroup(SU)) {
78 return (fitsIntoCurrentGroup(m) ? NoHazard : Hazard);
92 SystemZHazardRecognizer::fitsIntoCurrentGroup(SUnit *SU) const { function in class:SystemZHazardRecognizer
279 if (!fitsIntoCurrentGroup(SU))

Completed in 106 milliseconds