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

References

lib/Transforms/Scalar/NewGVN.cpp
 1419   if (auto *DepSI = dyn_cast<StoreInst>(DepInst)) {
 1436   } else if (auto *DepLI = dyn_cast<LoadInst>(DepInst)) {
 1451   } else if (auto *DepMI = dyn_cast<MemIntrinsic>(DepInst)) {
 1465   if (LoadPtr != lookupOperandLeader(DepInst) &&
 1466       !AA->isMustAlias(LoadPtr, DepInst))
 1472   if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) {
 1472   if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) {
 1477   else if (auto *II = dyn_cast<IntrinsicInst>(DepInst)) {
 1483   else if (isCallocLikeFn(DepInst, TLI)) {