Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp96 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID); in dispatch() local
100 StoreGroup.addSuccessor(&NewGroup, true); in dispatch()
106 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() local
109 StoreGroup.addSuccessor(&NewGroup, !assumeNoAlias()); in dispatch()
157 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() local
160 StoreGroup.addSuccessor(&NewGroup, true); in dispatch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1114 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving() local
1119 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1120 releaseGroup(StoreGroup); in analyzeInterleaving()