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

Declarations

include/llvm/Transforms/Utils/SSAUpdater.h
  150   void run(const SmallVectorImpl<Instruction *> &Insts);

References

lib/Transforms/Instrumentation/InstrProfiling.cpp
  288       Promoter.run(SmallVector<Instruction *, 2>({Cand.first, Cand.second}));
lib/Transforms/Scalar/LICM.cpp
 2139   Promoter.run(LoopUses);