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

References

lib/Transforms/IPO/WholeProgramDevirt.cpp
 1394   auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType());
 1411   for (VirtualCallTarget &Target : TargetsForSlot) {
 1421     if (!tryEvaluateFunctionsWithArgs(TargetsForSlot, CSByConstantArg.first))
 1428     if (tryUniformRetValOpt(TargetsForSlot, CSByConstantArg.second, ResByArg))
 1431     if (tryUniqueRetValOpt(BitWidth, TargetsForSlot, CSByConstantArg.second,
 1438         findLowestOffset(TargetsForSlot, /*IsAfter=*/false, BitWidth);
 1440         findLowestOffset(TargetsForSlot, /*IsAfter=*/true, BitWidth);
 1445     for (auto &&Target : TargetsForSlot) {
 1462       setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte,
 1465       setAfterReturnValues(TargetsForSlot, AllocAfter, BitWidth, OffsetByte,
 1469       for (auto &&Target : TargetsForSlot)
 1485                           TargetsForSlot[0].Fn->getName(), ByteConst, BitConst);