Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7995 struct AANoUndefImpl : AANoUndef { struct
7996 AANoUndefImpl(const IRPosition &IRP, Attributor &A) : AANoUndef(IRP, A) {} in AANoUndefImpl() function
7999 void initialize(Attributor &A) override { in initialize()
8017 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
8037 const std::string getAsStr() const override { in getAsStr()
8041 ChangeStatus manifest(Attributor &A) override { in manifest()