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

References

lib/Transforms/Scalar/GVNHoist.cpp
 1015       for (Instruction *I : InstructionsToHoist)
 1034         Repl = InstructionsToHoist.front();
 1046           if (!makeGepOperandsAvailable(Repl, DestBB, InstructionsToHoist))
 1058       NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess);