Lines Matching refs:UseAA
1606 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitTokenFactor() local
1608 return CombineTo(N, Result, UseAA /*add to worklist*/); in visitTokenFactor()
10006 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitLOAD() local
10011 UseAA = false; in visitLOAD()
10013 if (UseAA && LD->isUnindexed()) { in visitLOAD()
11242 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in getStoreMergeAndAliasCandidates() local
11245 if (UseAA) { in getStoreMergeAndAliasCandidates()
11887 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitSTORE() local
11892 UseAA = false; in visitSTORE()
11894 if (UseAA && ST->isUnindexed()) { in visitSTORE()
14534 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local
14540 UseAA = false; in isAlias()
14542 if (UseAA && in isAlias()