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

References

lib/Transforms/InstCombine/InstCombinePHI.cpp
  963   PHIsToSlice.push_back(&FirstPhi);
  964   PHIsInspected.insert(&FirstPhi);
 1019     return replaceInstUsesWith(FirstPhi, UndefValue::get(FirstPhi.getType()));
 1019     return replaceInstUsesWith(FirstPhi, UndefValue::get(FirstPhi.getType()));
 1025   LLVM_DEBUG(dbgs() << "SLICING UP PHI: " << FirstPhi << '\n';
 1119   Value *Undef = UndefValue::get(FirstPhi.getType());
 1122   return replaceInstUsesWith(FirstPhi, Undef);