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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  899   void PHIArgMergedDebugLoc(Instruction *Inst, PHINode &PN);

References

lib/Transforms/InstCombine/InstCombinePHI.cpp
  359     PHIArgMergedDebugLoc(NewCI, PN);
  372   PHIArgMergedDebugLoc(NewBinOp, PN);
  481   PHIArgMergedDebugLoc(NewGEP, PN);
  643   PHIArgMergedDebugLoc(NewLI, PN);
  809     PHIArgMergedDebugLoc(NewCI, PN);
  820     PHIArgMergedDebugLoc(BinOp, PN);
  827   PHIArgMergedDebugLoc(NewCI, PN);