Searched refs:UseAA (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp700 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI local
702 AliasAnalysis *AAForDep = UseAA ? AA : 0;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7538 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA : local
7540 if (UseAA) {
9129 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA :
9131 if (UseAA) {
10866 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 ? CombinerGlobalAA : local
10868 if (UseAA && SrcValue1 && SrcValue2) {

Completed in 79 milliseconds