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

References

include/llvm/IR/Instructions.h
 3496   void addCase(ConstantInt *OnVal, BasicBlock *Dest, CaseWeightOpt W);
 3502   void setSuccessorWeight(unsigned idx, CaseWeightOpt W);
 3503   CaseWeightOpt getSuccessorWeight(unsigned idx);
 3505   static CaseWeightOpt getSuccessorWeight(const SwitchInst &SI, unsigned idx);
lib/IR/Instructions.cpp
 3954     SwitchInstProfUpdateWrapper::CaseWeightOpt W) {
 3979 SwitchInstProfUpdateWrapper::CaseWeightOpt
 3987     unsigned idx, SwitchInstProfUpdateWrapper::CaseWeightOpt W) {
 4003 SwitchInstProfUpdateWrapper::CaseWeightOpt
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  592   SwitchInstProfUpdateWrapper::CaseWeightOpt DefaultCaseWeight =
  623                          SwitchInstProfUpdateWrapper::CaseWeightOpt>,
lib/Transforms/Utils/SimplifyCFG.cpp
 3673     SwitchInstProfUpdateWrapper::CaseWeightOpt NewW;