Home
last modified time | relevance | path

Searched defs:ACT (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAssumptionCache.h204 AssumptionCacheTracker *ACT; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp129 if (auto *ACT = this->getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local
H A DHotColdSplitting.cpp745 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local
H A DSampleProfile.cpp511 AssumptionCacheTracker *ACT = nullptr; member in __anon1e220fe30111::SampleProfileLoaderLegacyPass
H A DPartialInlining.cpp366 AssumptionCacheTracker *ACT = &getAnalysis<AssumptionCacheTracker>(); in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp588 auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>(); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp536 IO &IO, COFF::AuxiliaryCLRToken &ACT) { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp893 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1804 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp432 using ACT = ReadySuspendResumeResult::AwaitCallType; in buildCoawaitCalls() typedef