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

References

lib/Transforms/Scalar/GVNSink.cpp
  394   InstructionUseExpr *createExpr(Instruction *I) {
  395     InstructionUseExpr *E =
  396         new (Allocator) InstructionUseExpr(I, Recycler, Allocator);
  410   template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) {
  413     InstructionUseExpr *E = createExpr(I);
  434     InstructionUseExpr *exp = nullptr;