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

Declarations

include/llvm/IR/Instructions.h
 3475   void init();

References

include/llvm/IR/Instructions.h
 3483   SwitchInstProfUpdateWrapper(SwitchInst &SI) : SI(SI) { init(); }