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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1656 std::unique_ptr<BlockFrequencyInfo> NewBFI = local
1659 NewBFI->view();
1662 NewBFI->print(dbgs());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp609 BlockFrequencyInfo NewBFI(F, NewBPI, NewLI);
610 NewBFI.verifyMatch(*BFI);

Completed in 109 milliseconds