Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3778 struct AAAlignImpl : AAAlign { struct
3779 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function
3782 void initialize(Attributor &A) override { in initialize()
3809 ChangeStatus manifest(Attributor &A) override { in manifest()
3849 getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()
3857 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
3869 const std::string getAsStr() const override { in getAsStr()