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

Declarations

lib/Analysis/InlineCost.cpp
  272   bool visitUnaryInstruction(UnaryInstruction &I);

References

include/llvm/IR/InstVisitor.h
  170   RetTy visitAllocaInst(AllocaInst &I)            { DELEGATE(UnaryInstruction);}
  192   RetTy visitVAArgInst(VAArgInst   &I)            { DELEGATE(UnaryInstruction);}