Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2180 std::unique_ptr<BlockFrequencyInfo> NewBFI = in annotateAllFunctions() local
2183 NewBFI->view(); in annotateAllFunctions()
2186 NewBFI->print(dbgs()); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp825 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI); in verifyBFIUpdates() local
826 NewBFI.verifyMatch(*BFI); in verifyBFIUpdates()