| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 204 AssumptionCacheTracker *ACT; variable 211 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) 212 : CallbackVH(V), ACT(ACT) {} in CallbackVH()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 266 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted() 267 if (I != ACT->AssumptionCaches.end()) in deleted() 268 ACT->AssumptionCaches.erase(I); in deleted()
|
| H A D | BasicAliasAnalysis.cpp | 1804 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() local 1810 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | backward | 24 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be 25 # "Link Australia/Canberra Australia/ACT" were it not that data lines 27 # the Australia/ACT line links instead to Australia/Sydney, 34 Link Australia/Sydney Australia/ACT #= Australia/Canberra
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LoopExtractor.cpp | 129 if (auto *ACT = this->getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local 130 return ACT->lookupAssumptionCache(F); in runOnModule()
|
| H A D | InlineSimple.cpp | 69 return ACT->getAssumptionCache(F); in getInlineCost()
|
| H A D | PartialInlining.cpp | 366 AssumptionCacheTracker *ACT = &getAnalysis<AssumptionCacheTracker>(); in runOnModule() local 372 auto GetAssumptionCache = [&ACT](Function &F) -> AssumptionCache & { in runOnModule() 373 return ACT->getAssumptionCache(F); in runOnModule() 376 auto LookupAssumptionCache = [ACT](Function &F) -> AssumptionCache * { in runOnModule() 377 return ACT->lookupAssumptionCache(F); in runOnModule()
|
| H A D | HotColdSplitting.cpp | 745 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local 746 return ACT->lookupAssumptionCache(F); in runOnModule()
|
| H A D | Inliner.cpp | 535 ACT = &getAnalysis<AssumptionCacheTracker>(); in inlineCalls() 541 return ACT->getAssumptionCache(F); in inlineCalls()
|
| H A D | SampleProfile.cpp | 481 return ACT->getAssumptionCache(F); in SampleProfileLoaderLegacyPass() 511 AssumptionCacheTracker *ACT = nullptr; member in __anon1e220fe30111::SampleProfileLoaderLegacyPass 1897 ACT = &getAnalysis<AssumptionCacheTracker>(); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 432 using ACT = ReadySuspendResumeResult::AwaitCallType; in buildCoawaitCalls() typedef 434 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls() 446 cast_or_null<CallExpr>(BuildSubExpr(ACT::ACT_Ready, "await_ready", None)); in buildCoawaitCalls() 461 Calls.Results[ACT::ACT_Ready] = S.MaybeCreateExprWithCleanups(Conv.get()); in buildCoawaitCalls() 472 BuildSubExpr(ACT::ACT_Suspend, "await_suspend", CoroHandle)); in buildCoawaitCalls() 490 Calls.Results[ACT::ACT_Suspend] = TailCallSuspend; in buildCoawaitCalls() 502 Calls.Results[ACT::ACT_Suspend] = in buildCoawaitCalls() 507 BuildSubExpr(ACT::ACT_Resume, "await_resume", None); in buildCoawaitCalls()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | bcm2835-rpi.dtsi | 8 label = "ACT";
|
| H A D | bcm2835-rpi-cm1-io1.dts | 67 /* Also used as ACT LED */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 588 auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>(); in runOnFunction() local 589 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | Inliner.h | 78 AssumptionCacheTracker *ACT;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 536 IO &IO, COFF::AuxiliaryCLRToken &ACT) { in mapping() argument 537 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping() 539 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 235 static void mapping(IO &IO, COFF::AuxiliaryCLRToken &ACT); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | coff | 21 # skip ega80woa.fnt svgafix.fnt HP3FNTS1.DAT HP3FNTS2.DAT INTRO.ACT LEARN.PIF by looking for low nu…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 893 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local 921 ScalarEvolution SE(F, TLI, ACT, *DT, LI); in runOnFunction()
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/ |
| H A D | m4sugar.m4 | 886 # m4_define([active], [ACT, IVE]) 887 # m4_define([active2], [[ACT, IVE]]) 889 # => ACT,IVE,ACT, IVE 891 # => ACT, IVE, ACT, IVE 1136 # | m4_define(active, [ACT, IVE]) 1138 # => -ACT--IVE--ACT--IVE- 1141 # => -ACT, IVE--ACT, IVE-
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | aclocal.m4 | 65 # AM_PROG_AR([ACT-IF-FAIL]) 69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|
| /netbsd-src/external/mit/expat/dist/ |
| H A D | aclocal.m4 | 65 # AM_PROG_AR([ACT-IF-FAIL]) 69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | aclocal.m4 | 65 # AM_PROG_AR([ACT-IF-FAIL]) 69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | aclocal.m4 | 65 # AM_PROG_AR([ACT-IF-FAIL]) 69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|
| /netbsd-src/external/gpl3/binutils/dist/libsframe/ |
| H A D | aclocal.m4 | 65 # AM_PROG_AR([ACT-IF-FAIL]) 69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|