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

References

lib/CodeGen/LexicalScopes.cpp
   41   MF = nullptr;
   56   MF = &Fn;
   72   for (const auto &MBB : *MF) {
  177     assert(cast<DISubprogram>(Scope)->describes(&MF->getFunction()));
  281   assert(MF && "Method called on a uninitialized LexicalScopes object!");
  289     for (const auto &MBB : *MF)
  302   assert(MF && "Unexpected uninitialized LexicalScopes object!");
  308   if (Scope == CurrentFnLexicalScope && MBB->getParent() == MF)