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

References

lib/CodeGen/MachineVerifier.cpp
  385   LiveVars = nullptr;
  393       LiveVars = PASS->getAnalysisIfAvailable<LiveVariables>();
 1949     if (LiveVars && Register::isVirtualRegister(Reg) && MO->isKill()) {
 1950       LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
 2302   if (LiveVars)
 2313   assert(LiveVars && "Don't call verifyLiveVariables without LiveVars");
 2316     LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);