Searched refs:NonAliasStores (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 766 Value2SUsMap NonAliasStores, NonAliasLoads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local 902 addBarrierChain(NonAliasStores); in buildSchedGraph() 944 addChainDependencies(SU, NonAliasStores); in buildSchedGraph() 958 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 968 (ThisMayAlias ? Stores : NonAliasStores).insert(SU, V); in buildSchedGraph() 979 addChainDependencies(SU, NonAliasStores); in buildSchedGraph() 989 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 1004 if (NonAliasStores.size() + NonAliasLoads.size() >= HugeRegion) { in buildSchedGraph() 1007 reduceHugeMemNodeMaps(NonAliasStores, NonAliasLoads, getReductionSize()); in buildSchedGraph()
|