Searched defs:ACT (Results 1 – 10 of 10) sorted by relevance
204 AssumptionCacheTracker *ACT; variable
129 if (auto *ACT = this->getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local
745 if (auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>()) in runOnModule() local
511 AssumptionCacheTracker *ACT = nullptr; member in __anon1e220fe30111::SampleProfileLoaderLegacyPass
366 AssumptionCacheTracker *ACT = &getAnalysis<AssumptionCacheTracker>(); in runOnModule() local
588 auto *ACT = getAnalysisIfAvailable<AssumptionCacheTracker>(); in runOnFunction() local
536 IO &IO, COFF::AuxiliaryCLRToken &ACT) { in mapping()
893 auto &ACT = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
1804 auto &ACT = getAnalysis<AssumptionCacheTracker>(); in runOnFunction() local
432 using ACT = ReadySuspendResumeResult::AwaitCallType; in buildCoawaitCalls() typedef