Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h206 CFGMST(Function &Func, BranchProbabilityInfo *BPI_ = nullptr,
208 : F(Func), BPI(BPI_), BFI(BFI_) { in F()
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h99 std::unique_ptr<BranchProbabilityInfo> BPI_);
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp166 std::unique_ptr<BranchProbabilityInfo> BPI_) { in runImpl() argument
177 BPI = std::move(BPI_); in runImpl()