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

Declarations

include/llvm/IR/Instructions.h
 3471   static MDNode *getProfBranchWeightsMD(const SwitchInst &SI);

References

lib/IR/Instructions.cpp
 3919   MDNode *ProfileData = getProfBranchWeightsMD(SI);
 4006   if (MDNode *ProfileData = getProfBranchWeightsMD(SI))