Searched refs:NonAliasStores (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 886 Value2SUsMap NonAliasStores, NonAliasLoads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local 1019 addBarrierChain(NonAliasStores); in buildSchedGraph() 1044 addChainDependencies(SU, NonAliasStores); in buildSchedGraph() 1058 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 1068 (ThisMayAlias ? Stores : NonAliasStores).insert(SU, V); in buildSchedGraph() 1079 addChainDependencies(SU, NonAliasStores); in buildSchedGraph() 1089 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 1104 if (NonAliasStores.size() + NonAliasLoads.size() >= HugeRegion) { in buildSchedGraph() 1106 reduceHugeMemNodeMaps(NonAliasStores, NonAliasLoads, getReductionSize()); in buildSchedGraph()
|