Searched refs:ScopedBFI (Results 1 – 1 of 1) sorted by relevance
389 std::unique_ptr<BlockFrequencyInfo> ScopedBFI; in computeOutliningColdRegionsInfo() local392 ScopedBFI.reset(new BlockFrequencyInfo(*F, BPI, LI)); in computeOutliningColdRegionsInfo()393 BFI = ScopedBFI.get(); in computeOutliningColdRegionsInfo()