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

References

lib/Transforms/Scalar/LICM.cpp
 1963       if (!UI || !CurLoop->contains(UI))
 1963       if (!UI || !CurLoop->contains(UI))
 1968       if (LoadInst *Load = dyn_cast<LoadInst>(UI)) {
 1990       } else if (const StoreInst *Store = dyn_cast<StoreInst>(UI)) {
 1993         if (UI->getOperand(1) != ASIV)
 2013           if (SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop)) {
 2045         UI->getAAMetadata(AATags);
 2047         UI->getAAMetadata(AATags, /* Merge = */ true);
 2050       LoopUses.push_back(UI);