Searched refs:AANoUnwind (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 156 PIPE_OPERATOR(AANoUnwind) in PIPE_OPERATOR() argument 1960 struct AANoUnwindImpl : AANoUnwind { 1961 AANoUnwindImpl(const IRPosition &IRP, Attributor &A) : AANoUnwind(IRP, A) {} in AANoUnwindImpl() 1979 const auto &NoUnwindAA = A.getAAFor<AANoUnwind>( in updateImpl() 2024 auto &FnAA = A.getAAFor<AANoUnwind>(*this, FnPos, DepClassTy::REQUIRED); in updateImpl() 4113 A.getAndUpdateAAFor<AANoUnwind>(*this, CallIRP, DepClassTy::NONE); in isAssumedSideEffectFree() 4633 A.getAndUpdateAAFor<AANoUnwind>(AA, IPos, DepClassTy::OPTIONAL); in identifyAliveSuccessors() 5864 A.getAAFor<AANoUnwind>(*this, FnPos, DepClassTy::OPTIONAL); in updateImpl() 11536 const char AANoUnwind::ID = 0; 11659 CREATE_FUNCTION_ABSTRACT_ATTRIBUTE_FOR_POSITION(AANoUnwind)
|
H A D | Attributor.cpp | 3168 getOrCreateAAFor<AANoUnwind>(FPos); in identifyDefaultAbstractAttributes()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 3287 struct AANoUnwind 3290 AANoUnwind(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {} 3299 static AANoUnwind &createForPosition(const IRPosition &IRP, Attributor &A);
|