OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AANoSync
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
2521
struct
AANoSync
2524
AANoSync
(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
2533
static
AANoSync
&createForPosition(const IRPosition &IRP, Attributor &A);
2536
const std::string getName() const override { return "
AANoSync
"; }
2541
/// This function should return true if the type of the \p AA is
AANoSync
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
116
PIPE_OPERATOR(
AANoSync
)
1271
struct AANoSyncImpl :
AANoSync
{
1272
AANoSyncImpl(const IRPosition &IRP, Attributor &A) :
AANoSync
(IRP, A) {}
1344
const auto &NoSyncAA = A.getAAFor<
AANoSync
>(
1401
auto &FnAA = A.getAAFor<
AANoSync
>(*this, FnPos, DepClassTy::REQUIRED);
2501
A.getAAFor<
AANoSync
>(*this, IRPosition::function_scope(getIRPosition()),
8136
const char
AANoSync
::ID = 0;
8252
CREATE_FUNCTION_ABSTRACT_ATTRIBUTE_FOR_POSITION(
AANoSync
)
Attributor.cpp
2027
getOrCreateAAFor<
AANoSync
>(FPos);
Completed in 62 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026