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

Declarations

include/llvm/Transforms/Utils/Local.h
  442 void patchReplacementInstruction(Instruction *I, Value *Repl);

References

lib/Transforms/Scalar/GVN.cpp
 1510   patchReplacementInstruction(I, Repl);
 2389       patchReplacementInstruction(CurInst, V);
lib/Transforms/Scalar/NewGVN.cpp
 3675   patchReplacementInstruction(I, Repl);
 4062             patchReplacementInstruction(ReplacedInst, DominatingLeader);