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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2641 struct AAUndefinedBehavior
2644 AAUndefinedBehavior(const IRPosition &IRP, Attributor &A) : Base(IRP) {}
2659 static AAUndefinedBehavior &createForPosition(const IRPosition &IRP,
2663 const std::string getName() const override { return "AAUndefinedBehavior"; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 134 PIPE_OPERATOR(AAUndefinedBehavior)
1926 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior {
1928 : AAUndefinedBehavior(IRP, A) {}
2177 /// 1) Known to cause UB (AAUndefinedBehavior could prove it) and put it in
2179 /// 2) Assumed to cause UB (in every updateImpl, AAUndefinedBehavior
2181 /// 3) Assumed to not cause UB. very other instruction - AAUndefinedBehavior
8141 const char AAUndefinedBehavior::ID = 0;
8275 CREATE_FUNCTION_ONLY_ABSTRACT_ATTRIBUTE_FOR_POSITION(AAUndefinedBehavior)
Attributor.cpp 2021 getOrCreateAAFor<AAUndefinedBehavior>(FPos);

Completed in 48 milliseconds