Lines Matching +full:- +full:- +full:requested +full:- +full:by
1 //===- LazyBranchProbabilityInfo.h - Lazy Branch Probability ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // is explicitly requested by the analysis client.
14 //===----------------------------------------------------------------------===//
30 /// rather when the BPI results is explicitly requested by the analysis client.
43 /// 3. The computed BPI should be requested with
45 /// could be invalidated for example by changing the CFG.
72 return const_cast<LazyBranchProbabilityInfo *>(this)->getCalculated();
91 BranchProbabilityInfo &getBPI() { return LBPI->getCalculated(); }
94 const BranchProbabilityInfo &getBPI() const { return LBPI->getCalculated(); }
118 return P->getBPI();