Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1896 std::unique_ptr<BranchProbabilityInfo> NewBPI = in annotateAllFunctions() local
1899 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI); in annotateAllFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp677 BranchProbabilityInfo NewBPI(F, NewLI, TLInfo); in verifyBFIUpdates() local
678 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI); in verifyBFIUpdates()