Searched refs:OwnedBFI (Results 1 – 2 of 2) sorted by relevance
43 OwnedBFI = std::make_unique<BlockFrequencyInfo>(*F, BPI, LI); in OptimizationRemarkEmitter()44 BFI = OwnedBFI.get(); in OptimizationRemarkEmitter()
105 std::unique_ptr<BlockFrequencyInfo> OwnedBFI; variable