| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | unimsglib.h | 129 #define UNI_SAVE_IERR(CX, IETYPE, ACT, ERRCODE) \ argument 132 (CX)->err[(CX)->errcnt].act = (ACT), \
|
| /freebsd-13.1/contrib/llvm-project/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 | 1822 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() local 1828 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/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 | 746 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local 747 return ACT->lookupAssumptionCache(F); in runOnModule()
|
| H A D | Inliner.cpp | 539 ACT = &getAnalysis<AssumptionCacheTracker>(); in inlineCalls() 545 return ACT->getAssumptionCache(F); in inlineCalls()
|
| H A D | SampleProfile.cpp | 484 return ACT->getAssumptionCache(F); in SampleProfileLoaderLegacyPass() 514 AssumptionCacheTracker *ACT = nullptr; member in __anon4c1bc6cc0111::SampleProfileLoaderLegacyPass 1905 ACT = &getAnalysis<AssumptionCacheTracker>(); in runOnModule()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | bcm2835-rpi.dtsi | 8 label = "ACT";
|
| H A D | bcm2835-rpi-cm1-io1.dts | 67 /* Also used as ACT LED */
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Inliner.h | 78 AssumptionCacheTracker *ACT;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 412 using ACT = ReadySuspendResumeResult::AwaitCallType; in buildCoawaitCalls() typedef 414 auto BuildSubExpr = [&](ACT CallType, StringRef Func, in buildCoawaitCalls() 426 cast_or_null<CallExpr>(BuildSubExpr(ACT::ACT_Ready, "await_ready", None)); in buildCoawaitCalls() 441 Calls.Results[ACT::ACT_Ready] = S.MaybeCreateExprWithCleanups(Conv.get()); in buildCoawaitCalls() 452 BuildSubExpr(ACT::ACT_Suspend, "await_suspend", CoroHandle)); in buildCoawaitCalls() 470 Calls.Results[ACT::ACT_Suspend] = TailCallSuspend; in buildCoawaitCalls() 482 Calls.Results[ACT::ACT_Suspend] = in buildCoawaitCalls() 487 BuildSubExpr(ACT::ACT_Resume, "await_resume", None); in buildCoawaitCalls()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | backward | 23 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be 24 # "Link Australia/Canberra Australia/ACT" were it not that data lines 26 # the Australia/ACT line links instead to Australia/Sydney, 33 Link Australia/Sydney Australia/ACT #= Australia/Canberra
|
| H A D | australasia | 1162 # ACT 1178 # ACT: http://www.cmd.act.gov.au/mediareleases/fileread.cfm?file=86.txt 1356 # Starting autumn 2008 Victoria, NSW, South Australia, Tasmania and the ACT 1444 # has decided to join with most of NSW, the ACT, and most of Victoria 1616 # the ACT for all 52 weeks of the year...
|
| H A D | northamerica | 2075 # C.O. 1973/214 INTERPRETATION ACT ... 2085 # * O.I.C. 1980/02 INTERPRETATION ACT 2090 # O.I.C. 1987/056 INTERPRETATION ACT ... 2102 # O.I.C. 2006/127 INTERPRETATION ACT ...
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 537 IO &IO, COFF::AuxiliaryCLRToken &ACT) { in mapping() argument 538 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping() 540 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | COFFYAML.h | 235 static void mapping(IO &IO, COFF::AuxiliaryCLRToken &ACT); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-13.1/contrib/file/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…
|
| H A D | filesystems | 2400 0 string ACT\020Apricot\020disk\020image\032\004 floppy image data (ApriDisk)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 896 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local 924 ScalarEvolution SE(F, TLI, ACT, *DT, LI); in runOnFunction()
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | aclocal.m4 | 179 # AM_PROG_AR([ACT-IF-FAIL]) 183 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | aclocal.m4 | 179 # AM_PROG_AR([ACT-IF-FAIL]) 183 # ACT-IF-FAIL (default is to abort configure with a proper error message).
|