Lines Matching refs:addChainDependencies
783 void ScheduleDAGInstrs::addChainDependencies(SUnit *SU, in addChainDependencies() function in ScheduleDAGInstrs
786 addChainDependencies(SU, I.second, in addChainDependencies()
790 void ScheduleDAGInstrs::addChainDependencies(SUnit *SU, in addChainDependencies() function in ScheduleDAGInstrs
795 addChainDependencies(SU, Itr->second, in addChainDependencies()
1043 addChainDependencies(SU, Stores); in buildSchedGraph()
1044 addChainDependencies(SU, NonAliasStores); in buildSchedGraph()
1045 addChainDependencies(SU, Loads); in buildSchedGraph()
1046 addChainDependencies(SU, NonAliasLoads); in buildSchedGraph()
1058 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph()
1059 addChainDependencies(SU, (ThisMayAlias ? Loads : NonAliasLoads), V); in buildSchedGraph()
1072 addChainDependencies(SU, Loads, UnknownValue); in buildSchedGraph()
1073 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph()
1078 addChainDependencies(SU, Stores); in buildSchedGraph()
1079 addChainDependencies(SU, NonAliasStores); in buildSchedGraph()
1089 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph()
1095 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph()