Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp2183 std::unique_ptr<BlockFrequencyInfo> NewBFI = in annotateAllFunctions() local
2186 NewBFI->view(); in annotateAllFunctions()
2189 NewBFI->print(dbgs()); in annotateAllFunctions()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp751 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI); in verifyBFIUpdates() local
752 NewBFI.verifyMatch(*BFI); in verifyBFIUpdates()