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

References

lib/Transforms/IPO/PartialInlining.cpp
  853     switch (I.getOpcode()) {
  861       if (cast<GetElementPtrInst>(&I)->hasAllZeroIndices())
  868     if (I.isLifetimeStartOrEnd())
  871     if (CallInst *CI = dyn_cast<CallInst>(&I)) {
  876     if (InvokeInst *II = dyn_cast<InvokeInst>(&I)) {
  881     if (SwitchInst *SI = dyn_cast<SwitchInst>(&I)) {