HomeSort by: relevance | last modified time | path
    Searched refs:StoreGroup (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
LSUnit.cpp 96 MemoryGroup &StoreGroup = getGroup(CurrentStoreBarrierGroupID);
100 StoreGroup.addSuccessor(&NewGroup, true);
106 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID);
109 StoreGroup.addSuccessor(&NewGroup, !assumeNoAlias());
157 MemoryGroup &StoreGroup = getGroup(CurrentStoreGroupID);
160 StoreGroup.addSuccessor(&NewGroup, true);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1105 InterleaveGroup<Instruction> *StoreGroup = getInterleaveGroup(A);
1110 StoreGroups.remove(StoreGroup);
1111 releaseGroup(StoreGroup);

Completed in 28 milliseconds