Home
last modified time | relevance | path

Searched refs:PAC (Results 1 – 25 of 32) 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()
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()
DPhiValues.cpp30 auto PAC = PA.getChecker<PhiValuesAnalysis>(); in invalidate() local
31 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>()); 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()
/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/elfutils/tests/
Drun-readelf-n.sh248 AARCH64 FEATURE_1_AND: 00000003 BTI PAC
/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/elfutils/libebl/
DChangeLog69 * eblobjnote.c (ebl_object_note): For EM_AARCH64 handle BTI and PAC
/third_party/curl/docs/
DFAQ46 3.14 Does curl support JavaScript or PAC (automated proxy config)?
625 3.14 Does curl support JavaScript or PAC (automated proxy config)?
/third_party/node/deps/v8/
DBUILD.gn482 # Check if it is a Chromium build and activate PAC/BTI if needed.
483 # TODO(cavalcantii): have a single point of integration with PAC/BTI flags.
1060 # This will enable PAC+BTI in code generation and static code.
1066 # This should enable PAC only in C++ code (and no CFI in runtime

12