Searched refs:AAForDep (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 832 AliasAnalysis *AAForDep = UseAA ? AA : nullptr; in buildSchedGraph() local 988 addChainDependency(AAForDep, MFI, MF.getDataLayout(), SU, AliasChain, in buildSchedGraph() 993 addChainDependency(AAForDep, MFI, MF.getDataLayout(), SU, in buildSchedGraph() 999 addChainDependency(AAForDep, MFI, MF.getDataLayout(), SU, in buildSchedGraph() 1005 addChainDependency(AAForDep, MFI, MF.getDataLayout(), SU, in buildSchedGraph() 1046 addChainDependency(AAForDep, MFI, MF.getDataLayout(), SU, in buildSchedGraph() 1050 if (!AAForDep) in buildSchedGraph() 1055 if (!AAForDep) in buildSchedGraph() 1059 if (!AAForDep) in buildSchedGraph() 1071 addChainDependency(AAForDep, MFI, MF.getDataLayout(), SU, in buildSchedGraph() [all …]
|