Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h219 unsigned NextGroupID; variable
313 std::make_pair(NextGroupID, std::make_unique<MemoryGroup>())); in createMemoryGroup()
314 return NextGroupID++; in createMemoryGroup()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp27 NoAlias(AssumeNoAlias), NextGroupID(1) { in LSUnitBase()