Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp96 if (CurrentStoreBarrierGroupID) { in dispatch()
97 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID); in dispatch()
99 << CurrentStoreBarrierGroupID in dispatch()
106 (CurrentStoreGroupID != CurrentStoreBarrierGroupID)) { in dispatch()
116 CurrentStoreBarrierGroupID = NewGID; in dispatch()
247 if (GroupID == CurrentStoreBarrierGroupID) in onInstructionExecuted()
248 CurrentStoreBarrierGroupID = 0; in onInstructionExecuted()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h443 unsigned CurrentStoreBarrierGroupID; variable
453 CurrentStoreBarrierGroupID(0) {} in LSUnit()