Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h277 CFGMST(Function &Func, BranchProbabilityInfo *BPI_ = nullptr,
279 : F(Func), BPI(BPI_), BFI(BFI_) { in F()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h102 std::unique_ptr<BranchProbabilityInfo> BPI_);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp343 std::unique_ptr<BranchProbabilityInfo> BPI_) { in runImpl() argument
358 BPI = std::move(BPI_); in runImpl()