Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp766 Value2SUsMap NonAliasStores, NonAliasLoads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local
901 addBarrierChain(NonAliasStores); in buildSchedGraph()
943 addChainDependencies(SU, NonAliasStores); in buildSchedGraph()
957 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph()
967 (ThisMayAlias ? Stores : NonAliasStores).insert(SU, V); in buildSchedGraph()
978 addChainDependencies(SU, NonAliasStores); in buildSchedGraph()
988 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph()
1003 if (NonAliasStores.size() + NonAliasLoads.size() >= HugeRegion) { in buildSchedGraph()
1006 reduceHugeMemNodeMaps(NonAliasStores, NonAliasLoads, getReductionSize()); in buildSchedGraph()