Searched refs:AID (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/IR/
H A DPass.cpp48 bool Pass::mustPreserveAnalysisID(char &AID) const {
49 return Resolver->getAnalysisIfAvailable(&AID, true) != nullptr;
62 AnalysisID AID = getPassID(); local
63 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID);
90 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) { argument
H A DLegacyPassManager.cpp699 /// Find the pass that implements Analysis AID. Search immutable
702 Pass *PMTopLevelManager::findAnalysisPass(AnalysisID AID) { argument
707 if (Pass *P = (*I)->findAnalysisPass(AID, false))
714 if (Pass *P = (*I)->findAnalysisPass(AID, false))
722 if (PI == AID)
733 if ((*II)->getTypeInfo() == AID)
874 AnalysisID AID = *I; local
875 if (Pass *AP = findAnalysisPass(AID, true)) {
1110 /// Find the pass that implements Analysis AID. If desired pass is not found
1112 Pass *PMDataManager::findAnalysisPass(AnalysisID AID, boo argument
[all...]
/external/libpcap/
H A Dtokdefs.h100 AID = 318, enumerator in enum:yytokentype
221 #define AID 318 macro
H A Dgrammar.y283 %token ID EID HID HID6 AID
303 %type <e> AID
384 | AID {
H A Dgrammar.c407 AID = 318, enumerator in enum:yytokentype
528 #define AID 318 macro
1035 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
H A Dscanner.l337 return AID; }
H A Dscanner.c3653 return AID; }
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h193 /// Find the pass that implements Analysis AID. Search immutable
196 Pass *findAnalysisPass(AnalysisID AID);
327 /// Find the pass that implements Analysis AID. If desired pass is not found
329 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
/external/llvm/include/llvm/
H A DPass.h211 bool mustPreserveAnalysisID(char &AID) const;
/external/clang/lib/AST/
H A DDeclPrinter.cpp1068 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) { argument
1069 Out << "@compatibility_alias " << *AID
1070 << ' ' << *AID->getClassInterface() << ";\n";

Completed in 165 milliseconds