Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h286 BranchProbabilityInfo *BPI_ = nullptr,
288 : F(Func), BPI(BPI_), BFI(BFI_), in F()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp380 std::unique_ptr<BranchProbabilityInfo> BPI_) { in runImpl() argument
396 BPI = std::move(BPI_); in runImpl()