Home
last modified time | relevance | path

Searched defs:AAIndirectCallInfoCallSite (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12159 struct AAIndirectCallInfoCallSite : public AAIndirectCallInfo { struct
12160 AAIndirectCallInfoCallSite(const IRPosition &IRP, Attributor &A) in AAIndirectCallInfoCallSite() function
12164 void initialize(Attributor &A) override { in initialize()
12184 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
12290 ChangeStatus manifest(Attributor &A) override { in manifest()
12440 const std::string getAsStr(Attributor *A) const override { in getAsStr()
12446 void trackStatistics() const override { in trackStatistics()
12457 bool foreachCallee(function_ref<bool(Function *)> CB) const override { in foreachCallee()
12463 DenseMap<Function *, std::optional<bool>> FilterResults;
12467 SmallSetVector<Function *, 4> PotentialCallees;
[all …]