Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5146 struct AAAlignImpl : AAAlign { struct
5147 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function
5150 void initialize(Attributor &A) override { in initialize()
5171 ChangeStatus manifest(Attributor &A) override { in manifest()
5210 void getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()
5218 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
5230 const std::string getAsStr() const override { in getAsStr()