Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5224 struct AAAlignImpl : AAAlign { struct
5225 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function
5228 void initialize(Attributor &A) override { in initialize()
5242 ChangeStatus manifest(Attributor &A) override { in manifest()
5281 void getDeducedAttributes(Attributor &A, LLVMContext &Ctx, in getDeducedAttributes()
5289 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
5301 const std::string getAsStr(Attributor *A) const override { in getAsStr()