Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2181 std::unique_ptr<BranchProbabilityInfo> NewBPI = in annotateAllFunctions() local
2184 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI); in annotateAllFunctions()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp750 BranchProbabilityInfo NewBPI(F, NewLI, TLInfo); in verifyBFIUpdates() local
751 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI); in verifyBFIUpdates()