Searched refs:NewBPI (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1654 std::unique_ptr<BranchProbabilityInfo> NewBPI = local
1657 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp608 BranchProbabilityInfo NewBPI(F, NewLI, TLInfo);
609 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI);

Completed in 95 milliseconds