HomeSort by: relevance | last modified time | path
    Searched refs:AbstractAttribute (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 20 // Abstract attributes, derived from the AbstractAttribute class, actually
37 // The update method `AbstractAttribute::updateImpl` is implemented by the
68 // achieved by overloading AbstractAttribute or IRAttribute methods.
72 // - Define a class (transitively) inheriting from AbstractAttribute and one
126 struct AbstractAttribute;
166 static AbstractAttribute *DepGetValAA(DepTy &DT) {
167 return cast<AbstractAttribute>(DT.getPointer());
170 operator AbstractAttribute *() { return cast<AbstractAttribute>(this); }
1101 const AAType &getAAFor(const AbstractAttribute &QueryingAA
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 256 ChangeStatus AbstractAttribute::update(Attributor &A) {
547 Attributor::getAssumedConstant(const Value &V, const AbstractAttribute &AA,
577 AbstractAttribute *AA = cast<AbstractAttribute>(DepAA.getPointer());
578 AA->~AbstractAttribute();
582 bool Attributor::isAssumedDead(const AbstractAttribute &AA,
592 const AbstractAttribute *QueryingAA,
624 const AbstractAttribute *QueryingAA,
663 const AbstractAttribute *QueryingAA,
698 const AbstractAttribute &QueryingAA
    [all...]
OpenMPOpt.cpp 86 : public StateWrapper<BooleanState, AbstractAttribute> {
87 using Base = StateWrapper<BooleanState, AbstractAttribute>;
94 /// See AbstractAttribute::getName().
97 /// See AbstractAttribute::getIdAddr().
107 static bool classof(const AbstractAttribute *AA) {
1476 // initialization. We could define an AbstractAttribute instead and
1858 struct AAICVTracker : public StateWrapper<BooleanState, AbstractAttribute> {
1859 using Base = StateWrapper<BooleanState, AbstractAttribute>;
1894 /// See AbstractAttribute::getName()
1897 /// See AbstractAttribute::getIdAddr(
    [all...]
AttributorAttributes.cpp 111 return OS << static_cast<const AbstractAttribute &>(AA); \
145 const AbstractAttribute &AA,
364 Attributor &A, const AbstractAttribute &QueryingAA, const Value *Val,
388 Attributor &A, const AbstractAttribute &QueryingAA, const Instruction *I,
475 /// See AbstractAttribute::updateImpl(...).
574 /// See AbstractAttribute::updateImpl(...).
601 /// See AbstractAttribute::updateImpl(...).
746 /// See AbstractAttribute::updateImpl(...).
776 /// See AbstractAttribute::trackStatistics()
785 /// See AbstractAttribute::initialize(...)
    [all...]

Completed in 140 milliseconds