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

References

lib/CodeGen/MachineCSE.cpp
  396   if (MI->isPosition() || MI->isPHI() || MI->isImplicitDef() || MI->isKill() ||
  396   if (MI->isPosition() || MI->isPHI() || MI->isImplicitDef() || MI->isKill() ||
  396   if (MI->isPosition() || MI->isPHI() || MI->isImplicitDef() || MI->isKill() ||
  396   if (MI->isPosition() || MI->isPHI() || MI->isImplicitDef() || MI->isKill() ||
  397       MI->isInlineAsm() || MI->isDebugInstr())
  397       MI->isInlineAsm() || MI->isDebugInstr())
  401   if (MI->isCopyLike())
  405   if (MI->mayStore() || MI->isCall() || MI->isTerminator() ||
  405   if (MI->mayStore() || MI->isCall() || MI->isTerminator() ||
  405   if (MI->mayStore() || MI->isCall() || MI->isTerminator() ||
  406       MI->mayRaiseFPException() || MI->hasUnmodeledSideEffects())
  406       MI->mayRaiseFPException() || MI->hasUnmodeledSideEffects())
  409   if (MI->mayLoad()) {
  413     if (!MI->isDereferenceableInvariantLoad(AA))
  422   if (MI->getOpcode() == TargetOpcode::LOAD_STACK_GUARD)