Home
last modified time | relevance | path

Searched refs:AANoUnwind (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp156 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 DAttributor.cpp3168 getOrCreateAAFor<AANoUnwind>(FPos); in identifyDefaultAbstractAttributes()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3287 struct AANoUnwind
3290 AANoUnwind(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
3299 static AANoUnwind &createForPosition(const IRPosition &IRP, Attributor &A);