Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp1105 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A); in analyzeInterleaving() local
1110 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
1111 releaseGroup(StoreGroup); in analyzeInterleaving()