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

References

lib/Target/AArch64/AArch64PromoteConstant.cpp
  445   LLVM_DEBUG(dbgs() << "Considered use, opidx " << OpNo << ":\n");
  449   Instruction *InsertionPoint = findInsertionPoint(*User, OpNo);
  455   if (isDominated(InsertionPoint, User, OpNo, InsertPts))
  459   if (tryAndMerge(InsertionPoint, User, OpNo, InsertPts))
  465   InsertPts[InsertionPoint].emplace_back(User, OpNo);