Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1848 std::unique_ptr<BranchProbabilityInfo> NewBPI = in annotateAllFunctions() local
1851 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI); in annotateAllFunctions()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp691 BranchProbabilityInfo NewBPI(F, NewLI, TLInfo); in verifyBFIUpdates() local
692 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI); in verifyBFIUpdates()