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

References

lib/Analysis/InlineCost.cpp
 2020   if (!Callee)
 2028   unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace();
 2040     auto IsViable = isInlineViable(*Callee);
 2049   if (!functionsHaveCompatibleAttributes(Caller, Callee, CalleeTTI))
 2058   if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined())
 2062   if (Callee->isInterposable())
 2066   if (Callee->hasFnAttribute(Attribute::NoInline))
 2073   LLVM_DEBUG(llvm::dbgs() << "      Analyzing call of " << Callee->getName()
 2076   CallAnalyzer CA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, ORE, *Callee,