OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AAReturnedValues
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
120
PIPE_OPERATOR(
AAReturnedValues
)
816
class AAReturnedValuesImpl : public
AAReturnedValues
, public AbstractState {
838
:
AAReturnedValues
(IRP, A) {}
1083
dbgs() << "[
AAReturnedValues
] 1 Add new returned value " << Val
1093
return genericValueTraversal<
AAReturnedValues
, RVState>(
1119
LLVM_DEBUG(dbgs() << "[
AAReturnedValues
] Returned value: " << *RV << " by #"
1126
LLVM_DEBUG(dbgs() << "[
AAReturnedValues
] Unresolved call: " << *CB
1132
// TODO: use the function scope once we have call site
AAReturnedValues
.
1133
const auto &RetValAA = A.getAAFor<
AAReturnedValues
>(
1136
LLVM_DEBUG(dbgs() << "[
AAReturnedValues
] Found another AAReturnedValues:
[
all
...]
Attributor.cpp
887
// TODO: use the function scope once we have call site
AAReturnedValues
.
890
getAAFor<
AAReturnedValues
>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
905
// TODO: use the function scope once we have call site
AAReturnedValues
.
909
getAAFor<
AAReturnedValues
>(QueryingAA, QueryIRP, DepClassTy::REQUIRED);
954
// TODO: use the function scope once we have call site
AAReturnedValues
.
978
// TODO: use the function scope once we have call site
AAReturnedValues
.
2053
getOrCreateAAFor<
AAReturnedValues
>(FPos);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
2441
struct
AAReturnedValues
2443
AAReturnedValues
(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
2473
static
AAReturnedValues
&createForPosition(const IRPosition &IRP,
2477
const std::string getName() const override { return "
AAReturnedValues
"; }
2483
///
AAReturnedValues
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026