Lines Matching refs:UseAA
1601 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitTokenFactor() local
1603 return CombineTo(N, Result, UseAA /*add to worklist*/); in visitTokenFactor()
10124 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitLOAD() local
10129 UseAA = false; in visitLOAD()
10131 if (UseAA && LD->isUnindexed()) { in visitLOAD()
11324 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in MergeStoresOfConstantsOrVecElts() local
11326 if (UseAA) { in MergeStoresOfConstantsOrVecElts()
11380 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in getStoreMergeAndAliasCandidates() local
11383 if (UseAA) { in getStoreMergeAndAliasCandidates()
11550 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in MergeConsecutiveStores() local
11552 if (UseAA && !checkMergeStoreCandidatesForDependencies(StoreNodes)) in MergeConsecutiveStores()
11884 if (UseAA) { in MergeConsecutiveStores()
12064 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA in visitSTORE() local
12069 UseAA = false; in visitSTORE()
12071 if (UseAA && ST->isUnindexed()) { in visitSTORE()
14814 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local
14820 UseAA = false; in isAlias()
14822 if (UseAA && in isAlias()