OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AAWillReturn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
2611
struct
AAWillReturn
2614
AAWillReturn
(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
2623
static
AAWillReturn
&createForPosition(const IRPosition &IRP, Attributor &A);
2626
const std::string getName() const override { return "
AAWillReturn
"; }
2631
/// This function should return true if the type of the \p AA is
AAWillReturn
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
118
PIPE_OPERATOR(
AAWillReturn
)
2274
struct AAWillReturnImpl : public
AAWillReturn
{
2276
:
AAWillReturn
(IRP, A) {}
2280
AAWillReturn
::initialize(A);
2316
A.getAAFor<
AAWillReturn
>(*this, IPos, DepClassTy::REQUIRED);
2379
auto &FnAA = A.getAAFor<
AAWillReturn
>(*this, FnPos, DepClassTy::REQUIRED);
8140
const char
AAWillReturn
::ID = 0;
8254
CREATE_FUNCTION_ABSTRACT_ATTRIBUTE_FOR_POSITION(
AAWillReturn
)
Attributor.cpp
2018
getOrCreateAAFor<
AAWillReturn
>(FPos);
Completed in 108 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026