Home
last modified time | relevance | path

Searched refs:BPI_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h286 BranchProbabilityInfo *BPI_ = nullptr,
288 : F(Func), BPI(BPI_), BFI(BFI_), in F()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp383 std::unique_ptr<BranchProbabilityInfo> BPI_) { in runImpl() argument
398 BPI = std::move(BPI_); in runImpl()