Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:useAA

750   bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
751 : ST.useAA();
752 AliasAnalysis *AAForDep = UseAA ? AA : nullptr;