Home
last modified time | relevance | path

Searched refs:ACT (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAssumptionCache.h204 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 DAssumptionCache.cpp266 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 DBasicAliasAnalysis.cpp1804 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 Dbackward24 # "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 DLoopExtractor.cpp129 if (auto *ACT = this->getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local
130 return ACT->lookupAssumptionCache(F); in runOnModule()
H A DInlineSimple.cpp69 return ACT->getAssumptionCache(F); in getInlineCost()
H A DPartialInlining.cpp366 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 DHotColdSplitting.cpp745 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local
746 return ACT->lookupAssumptionCache(F); in runOnModule()
H A DInliner.cpp535 ACT = &getAnalysis<AssumptionCacheTracker>(); in inlineCalls()
541 return ACT->getAssumptionCache(F); in inlineCalls()
H A DSampleProfile.cpp481 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 DSemaCoroutine.cpp432 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 Dbcm2835-rpi.dtsi8 label = "ACT";
H A Dbcm2835-rpi-cm1-io1.dts67 /* Also used as ACT LED */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp588 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 DInliner.h78 AssumptionCacheTracker *ACT;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp536 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 DCOFFYAML.h235 static void mapping(IO &IO, COFF::AuxiliaryCLRToken &ACT); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dcoff21 # 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 DSafeStack.cpp893 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 Dm4sugar.m4886 # 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 Daclocal.m465 # 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 Daclocal.m465 # 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 Daclocal.m465 # 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 Daclocal.m465 # 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 Daclocal.m465 # AM_PROG_AR([ACT-IF-FAIL])
69 # ACT-IF-FAIL (default is to abort configure with a proper error message).

12