Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3466 struct AANoUnwind
3469 AANoUnwind> {
3470 AANoUnwind(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
3479 static AANoUnwind &createForPosition(const IRPosition &IRP, Attributor &A);
6446 CASE(NoUnwind, AANoUnwind, );
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp164 PIPE_OPERATOR(AANoUnwind) in PIPE_OPERATOR() argument
2048 struct AANoUnwindImpl : AANoUnwind {
2049 AANoUnwindImpl(const IRPosition &IRP, Attributor &A) : AANoUnwind(IRP, A) {} in AANoUnwindImpl()
2102 : AACalleeToCallSite<AANoUnwind, AANoUnwindImpl> {
2104 : AACalleeToCallSite<AANoUnwind, AANoUnwindImpl>(IRP, A) {} in AANoUnwindCallSite()
12879 const char AANoUnwind::ID = 0;
13022 CREATE_FUNCTION_ABSTRACT_ATTRIBUTE_FOR_POSITION(AANoUnwind)
H A DAttributor.cpp3405 checkAndQueryIRAttr<Attribute::NoUnwind, AANoUnwind>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
3937 {&AAWillReturn::ID, &AANoUnwind::ID, &AANoRecurse::ID, &AANoSync::ID, in runAttributorLightOnFunctions()