Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp63 if (GrpCount % 2) in getCurrCycleIdx()
85 GrpCount = 0; in Reset()
149 GrpCount += ((unsigned) NumGroups); in nextGroup()
462 GrpCount = Incoming->GrpCount; in copyState()
H A DSystemZHazardRecognizer.h92 unsigned GrpCount; variable