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

References

lib/Transforms/Utils/InlineFunction.cpp
 1142   if (!PreserveAlignmentAssumptions || !IFI.GetAssumptionCache)
 1145   AssumptionCache *AC = &(*IFI.GetAssumptionCache)(*CS.getCaller());
 1283         IFI.GetAssumptionCache ? &(*IFI.GetAssumptionCache)(*Caller) : nullptr;
 1283         IFI.GetAssumptionCache ? &(*IFI.GetAssumptionCache)(*Caller) : nullptr;
 1808     if (IFI.GetAssumptionCache)
 1814               (*IFI.GetAssumptionCache)(*Caller).registerAssumption(II);
 2409         IFI.GetAssumptionCache ? &(*IFI.GetAssumptionCache)(*Caller) : nullptr;
 2409         IFI.GetAssumptionCache ? &(*IFI.GetAssumptionCache)(*Caller) : nullptr;