Home
last modified time | relevance | path

Searched refs:PAC (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDominanceFrontier.cpp74 auto PAC = PA.getChecker<DominanceFrontierAnalysis>(); in invalidate() local
75 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
76 PAC.preservedSet<CFGAnalyses>()); in invalidate()
DPostDominators.cpp49 auto PAC = PA.getChecker<PostDominatorTreeAnalysis>(); in invalidate() local
50 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
51 PAC.preservedSet<CFGAnalyses>()); in invalidate()
DRegionInfo.cpp85 auto PAC = PA.getChecker<RegionInfoAnalysis>(); in invalidate() local
86 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
87 PAC.preservedSet<CFGAnalyses>()); in invalidate()
DLoopAnalysisManager.cpp47 auto PAC = PA.getChecker<LoopAnalysisManagerFunctionProxy>(); in invalidate() local
51 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()) || in invalidate()
DBlockFrequencyInfo.cpp179 auto PAC = PA.getChecker<BlockFrequencyAnalysis>(); in invalidate() local
180 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
181 PAC.preservedSet<CFGAnalyses>()); in invalidate()
DPhiValues.cpp30 auto PAC = PA.getChecker<PhiValuesAnalysis>(); in invalidate() local
31 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()); in invalidate()
DCGSCCPassManager.cpp146 auto PAC = PA.getChecker<CGSCCAnalysisManagerModuleProxy>(); in invalidate() local
147 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>()) || in invalidate()
255 auto PAC = PA.getChecker<FunctionAnalysisManagerCGSCCProxy>(); in invalidate() local
256 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<LazyCallGraph::SCC>>()) { in invalidate()
DLoopInfo.cpp853 auto PAC = PA.getChecker<LoopAnalysis>(); in invalidate() local
854 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
855 PAC.preservedSet<CFGAnalyses>()); in invalidate()
DAliasAnalysis.cpp87 auto PAC = PA.getChecker<AAManager>(); in invalidate() local
88 if (!PAC.preservedWhenStateless()) in invalidate()
DMemoryDependenceAnalysis.cpp1797 auto PAC = PA.getChecker<MemoryDependenceAnalysis>(); in invalidate() local
1798 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Function>>()) in invalidate()
DLazyValueInfo.cpp1665 auto PAC = PA.getChecker<LazyValueAnalysis>(); in invalidate() local
1666 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()) || in invalidate()
DMemorySSA.cpp2259 auto PAC = PA.getChecker<MemorySSAAnalysis>(); in invalidate() local
2260 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()) || in invalidate()
DDependenceAnalysis.cpp3380 auto PAC = PA.getChecker<DependenceAnalysis>(); in invalidate() local
3381 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Function>>()) in invalidate()
DScalarEvolution.cpp12060 auto PAC = PA.getChecker<ScalarEvolutionAnalysis>(); in invalidate() local
12061 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()) || in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp43 auto PAC = PA.getChecker<FunctionAnalysisManagerModuleProxy>(); in invalidate() local
44 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in invalidate()
DDominators.cpp108 auto PAC = PA.getChecker<DominatorTreeAnalysis>(); in invalidate() local
109 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() || in invalidate()
110 PAC.preservedSet<CFGAnalyses>()); in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManagerInternal.h193 auto PAC = PA.template getChecker<PassT>();
194 return !PAC.preserved() &&
195 !PAC.template preservedSet<AllAnalysesOn<IRUnitT>>();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h503 auto PAC = PA.getChecker<LazyCallGraphAnalysis>();
504 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
DREADME.md17 …* [`pac-proxy-agent`][pac-proxy-agent]: A PAC file proxy `http.Agent` implementation for HTTP and …
/third_party/node/deps/npm/node_modules/agent-base/
DREADME.md17 …* [`pac-proxy-agent`][pac-proxy-agent]: A PAC file proxy `http.Agent` implementation for HTTP and …
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DChangeLog766 * fixed EAP-FAST PAC-Opaque padding (0.6.4 broke this for some peer
791 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog1401 allow fallback to full handshake if server rejects PAC-Opaque
1487 PAC-Opaque)
1526 for PAC provisioning)
1529 store in a PAC list (fast_max_pac_list_len=<max> in phase1 string)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog1348 allow fallback to full handshake if server rejects PAC-Opaque
1434 PAC-Opaque)
1473 for PAC provisioning)
1476 store in a PAC list (fast_max_pac_list_len=<max> in phase1 string)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog809 * fixed EAP-FAST PAC-Opaque padding (0.6.4 broke this for some peer
834 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2
/third_party/curl/docs/
DFAQ45 3.14 Does curl support Javascript or PAC (automated proxy config)?
594 3.14 Does curl support Javascript or PAC (automated proxy config)?

12