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

Declarations

include/llvm/CodeGen/GlobalISel/RegBankSelect.h
  377     void addInsertPoint(InsertPoint &Point);

References

lib/CodeGen/GlobalISel/RegBankSelect.cpp
  818   addInsertPoint(*new InstrInsertPoint(MI, Before));
  823   addInsertPoint(*new MBBInsertPoint(MBB, Beginning));
  828   addInsertPoint(*new EdgeInsertPoint(Src, Dst, P));