Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2178 std::unique_ptr<BranchProbabilityInfo> NewBPI = in annotateAllFunctions() local
2181 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp824 BranchProbabilityInfo NewBPI(F, NewLI, TLInfo); in verifyBFIUpdates() local
825 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI); in verifyBFIUpdates()