OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Pass.cpp
64
bool Pass::mustPreserveAnalysisID(char &
AID
) const {
65
return Resolver->getAnalysisIfAvailable(&
AID
) != nullptr;
77
AnalysisID
AID
= getPassID();
78
const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(
AID
);
105
void *Pass::getAdjustedAnalysisPointer(AnalysisID
AID
) {
LegacyPassManager.cpp
769
/// Find the pass that implements Analysis
AID
. Search immutable
772
Pass *PMTopLevelManager::findAnalysisPass(AnalysisID
AID
) {
775
if (Pass *P = ImmutablePassMap.lookup(
AID
))
780
if (Pass *P = PassManager->findAnalysisPass(
AID
, false))
785
if (Pass *P = IndirectPassManager->findAnalysisPass(
AID
, false))
791
const PassInfo *PMTopLevelManager::findAnalysisPassInfo(AnalysisID
AID
) const {
792
const PassInfo *&PI = AnalysisPassInfos[
AID
];
794
PI = PassRegistry::getPassRegistry()->getPassInfo(
AID
);
796
assert(PI == PassRegistry::getPassRegistry()->getPassInfo(
AID
) &&
809
AnalysisID
AID
= P->getPassID()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LegacyPassManagers.h
185
/// Find the pass that implements Analysis
AID
. Search immutable
188
Pass *findAnalysisPass(AnalysisID
AID
);
191
const PassInfo *findAnalysisPassInfo(AnalysisID
AID
) const;
261
for(AnalysisID
AID
: Vec)
262
ID.AddPointer(
AID
);
359
/// Find the pass that implements Analysis
AID
. If desired pass is not found
361
Pass *findAnalysisPass(AnalysisID
AID
, bool Direction);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
OptParserEmitter.cpp
411
unsigned
AID
= (*A)->getID();
414
if (
AID
< BID)
416
if (
AID
> BID)
/src/external/apache2/llvm/dist/llvm/include/llvm/
Pass.h
212
bool mustPreserveAnalysisID(char &
AID
) const;
/src/external/bsd/libpcap/dist/
grammar.y.in
386
%token ID EID HID HID6
AID
404
%type <s> ID EID
AID
558
|
AID
{ CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_acode(cstate, $1, $$.q = $<blk>0.q))); }
scanner.l
400
${B} { yylval->s = sdup(yyextra, yytext); return
AID
; }
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1460
void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *
AID
) {
1461
Out << "@compatibility_alias " << *
AID
1462
<< ' ' << *
AID
->getClassInterface() << ";\n";
Completed in 28 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026