reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1041     MLI = getAnalysisIfAvailable<MachineLoopInfo>();
 1042     if (!MLI) {
 1045       MLI = OwnedMLI.get();
 2963     assert(MLI != nullptr && "MachineLoopInfo should has been computed");
 2964     emitBasicBlockLoopComments(MBB, MLI, *this);