Home
last modified time | relevance | path

Searched refs:BPI_ (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h277 CFGMST(Function &Func, BranchProbabilityInfo *BPI_ = nullptr,
279 : F(Func), BPI(BPI_), BFI(BFI_) { in F()
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h99 std::unique_ptr<BranchProbabilityInfo> BPI_);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h114 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp341 std::unique_ptr<BranchProbabilityInfo> BPI_) { in runImpl() argument
356 BPI = std::move(BPI_); in runImpl()