Lines Matching defs:MBFI
10 /// analysis pass so that by using this service passes become dependent on MBFI
11 /// as well. MBFI is used to compute the "hotness" of the diagnostic message.
39 return MBFI && Inv.invalidate<MachineBlockFrequencyAnalysis>(MF, PA);
44 if (!MBFI)
47 return MBFI->getBlockProfileCount(&MBB);
79 MachineBlockFrequencyInfo *MBFI;
82 MBFI = &getAnalysis<LazyMachineBlockFrequencyInfoPass>().getBFI();
84 MBFI = nullptr;
86 ORE = std::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI);
102 MachineBlockFrequencyInfo *MBFI =
106 return Result(MF, MBFI);