Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10165 struct AANoUndefImpl : AANoUndef { struct
10166 AANoUndefImpl(const IRPosition &IRP, Attributor &A) : AANoUndef(IRP, A) {} in AANoUndefImpl() argument
10169 void initialize(Attributor &A) override { in initialize()
10177 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
10197 const std::string getAsStr(Attributor *A) const override { in getAsStr()
10201 ChangeStatus manifest(Attributor &A) override { in manifest()