Searched refs:ACT (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h189 AssumptionCacheTracker *ACT; member in class:llvm::AssumptionCacheTracker::final
196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
197 : CallbackVH(V), ACT(ACT) {}
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunimsglib.h129 #define UNI_SAVE_IERR(CX, IETYPE, ACT, ERRCODE) \
132 (CX)->err[(CX)->errcnt].act = (ACT), \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp146 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>())
147 AC = ACT->lookupAssumptionCache(Func);
H A DInlineSimple.cpp70 return ACT->getAssumptionCache(F);
H A DPartialInlining.cpp364 AssumptionCacheTracker *ACT = &getAnalysis<AssumptionCacheTracker>();
371 [&ACT](Function &F) -> AssumptionCache & {
372 return ACT->getAssumptionCache(F);
375 auto LookupAssumptionCache = [ACT](Function &F) -> AssumptionCache * {
376 return ACT->lookupAssumptionCache(F);
H A DHotColdSplitting.cpp695 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>())
696 return ACT->lookupAssumptionCache(F);
H A DInliner.cpp760 ACT = &getAnalysis<AssumptionCacheTracker>();
766 return ACT->getAssumptionCache(F);
H A DSampleProfile.cpp480 return ACT->getAssumptionCache(F);
506 AssumptionCacheTracker *ACT = nullptr; member in class:__anon2603::SampleProfileLoaderLegacyPass
1891 ACT = &getAnalysis<AssumptionCacheTracker>();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInliner.h75 AssumptionCacheTracker *ACT; member in struct:llvm::LegacyInlinerBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp242 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr()));
243 if (I != ACT->AssumptionCaches.end())
244 ACT->AssumptionCaches.erase(I);
H A DBasicAliasAnalysis.cpp2075 auto &ACT = getAnalysis<AssumptionCacheTracker>(); local
2082 TLIWP.getTLI(F), ACT.getAssumptionCache(F),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp149 auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>(); local
150 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h235 static void mapping(IO &IO, COFF::AuxiliaryCLRToken &ACT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp214 return ACT->getAssumptionCache(F);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp536 IO &IO, COFF::AuxiliaryCLRToken &ACT) {
537 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
539 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex);
535 mapping( IO &IO, COFF::AuxiliaryCLRToken &ACT) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp425 using ACT = ReadySuspendResumeResult::AwaitCallType;
426 CallExpr *AwaitReady = cast<CallExpr>(Calls.Results[ACT::ACT_Ready]);
439 Calls.Results[ACT::ACT_Ready] = Conv.get();
441 CallExpr *AwaitSuspend = cast<CallExpr>(Calls.Results[ACT::ACT_Suspend]);
450 Calls.Results[ACT::ACT_Suspend] = TailCallSuspend;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp876 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); variable
887 ScalarEvolution SE(F, TLI, ACT, DT, LI);

Completed in 299 milliseconds