Home
last modified time | relevance | path

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

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