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

References

lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
   58   CallInst *CI = dyn_cast<CallInst>(SI.getCondition());
   71   SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue);
   72   unsigned n = SI.getNumCases(); // +1 for default case.
   75   uint64_t Index = (Case == *SI.case_default()) ? 0 : Case.getCaseIndex() + 1;
   78   SI.setMetadata(
   83   SI.setCondition(ArgValue);
   84   misexpect::checkFrontendInstrumentation(SI);
   86   SI.setMetadata(LLVMContext::MD_prof,