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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2679 struct AAReachability : public StateWrapper<BooleanState, AbstractAttribute> {
2681 AAReachability(const IRPosition &IRP, Attributor &A) : Base(IRP) {}
2700 static AAReachability &createForPosition(const IRPosition &IRP,
2704 const std::string getName() const override { return "AAReachability"; }
2710 /// AAReachability
2860 /// This is specifically useful in AAReachability.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 129 PIPE_OPERATOR(AAReachability)
2387 /// -------------------AAReachability Attribute--------------------------
2389 struct AAReachabilityImpl : AAReachability {
2391 : AAReachability(IRP, A) {}
2633 const auto &ReachabilityAA = A.getAAFor<AAReachability>(
8143 const char AAReachability::ID = 0;
8274 CREATE_FUNCTION_ONLY_ABSTRACT_ATTRIBUTE_FOR_POSITION(AAReachability)

Completed in 34 milliseconds