Lines Matching +full:pa +full:- +full:stats
1 //===- RegionInfo.cpp - SESE region detection analysis --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
19 #include "llvm/Config/llvm-config.h"
43 "verify-region-info",
47 static cl::opt<Region::PrintStyle, true> printStyleX("print-region-style",
58 //===----------------------------------------------------------------------===//
71 //===----------------------------------------------------------------------===//
79 bool RegionInfo::invalidate(Function &F, const PreservedAnalyses &PA, in invalidate() argument
83 auto PAC = PA.getChecker<RegionInfoAnalysis>(); in invalidate()
91 // TODO: Slow. Should only be enabled if -stats is used. in updateStatistics()
92 if (R->isSimple()) in updateStatistics()
114 //===----------------------------------------------------------------------===//
182 //===----------------------------------------------------------------------===//