Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp97 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID); in dispatch() local
101 StoreGroup.addSuccessor(&NewGroup, true); in dispatch()
107 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() local
110 StoreGroup.addSuccessor(&NewGroup, !assumeNoAlias()); in dispatch()
158 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID); in dispatch() local
161 StoreGroup.addSuccessor(&NewGroup, true); in dispatch()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp1308 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving() local
1313 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1314 releaseGroup(StoreGroup); in analyzeInterleaving()