Searched refs:BFIPtr (Results 1 – 1 of 1) sorted by relevance
789 std::unique_ptr<BlockFrequencyInfo> BFIPtr; in buildModuleSummaryIndex() local795 BFIPtr = std::make_unique<BlockFrequencyInfo>(F, BPI, LI); in buildModuleSummaryIndex()796 BFI = BFIPtr.get(); in buildModuleSummaryIndex()