Home
last modified time | relevance | path

Searched refs:invalidated (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DNewPassManager.rst192 invalidated by changes to inner level IR. Outer analyses unused by inner
193 passes can and often will be invalidated by changes to inner level IR. These
222 valid and should be invalidated. If a pass wants to keep some specific
228 proper analyses invalidated.
280 By default, an analysis is invalidated if ``PreservedAnalyses`` says that
301 about the CFG, the ``FooAnalysisResult`` should not be invalidated.
303 If an analysis is stateless and generally shouldn't be invalidated, use the
310 // Check whether the analysis has been explicitly invalidated. Otherwise, it's
317 checked if they are invalidated:
336 if the proxy itself should be invalidated. If so, that means the proxy may
[all …]
H A DLexicon.rst86 derived pointers pose an additional hazard that they may be invalidated at
H A DWritingAnLLVMPass.rst357 invalidated, and are never "run".
751 which are invalidated by the current pass.
769 By implementing the ``getAnalysisUsage`` method, the required and invalidated
773 information about which passes are required and not invalidated. To do this, a
1021 of which analyses are available already, which analyses get invalidated, and
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr6-removed.s1 # Tests the instructions removed in R6 are correctly invalidated
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dauto_array.ipp68 /// \param ptr The pointer to copy from. This pointer is invalidated and the
152 /// \param ptr The object to copy from. This is invalidated after the copy.
214 /// functions. The auto_array is invalidated when used.
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DRegionStore.rst72 invalidated, all the instance variables must be invalidated as well. However,
99 its *contents* must also be transitively invalidated. (For example, if a region
100 ``p`` of type ``int **`` is invalidated, the contents of ``*p`` and ``**p`` may
H A DInitializerLists.rst185 we're just modeling arbitrary analysis facts that need to be invalidated when a
291 > invalidated when a pointer escapes then we shouldn't try to gin up storage
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A DREADME.md54 must be invalidated. The cache will also be invalidated when the global
/netbsd-src/external/bsd/nvi/dist/perl_api/
H A Dtypemap46 croak(\"Tag queue invalidated\");
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_vm.c1100 while (!list_empty(&vm->invalidated)) { in radeon_vm_clear_invalids()
1101 bo_va = list_first_entry(&vm->invalidated, in radeon_vm_clear_invalids()
1169 list_add(&bo_va->vm_status, &bo_va->vm->invalidated); in radeon_vm_bo_invalidate()
1202 INIT_LIST_HEAD(&vm->invalidated); in radeon_vm_init()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h337 const InvalidatedSymbols *invalidated, in _checkRegionChanges() argument
342 return ((const CHECKER *) checker)->checkRegionChanges(state, invalidated, in _checkRegionChanges()
H A DCheckerManager.h405 const InvalidatedSymbols *invalidated,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_peer_cert_chain.pod41 is not incremented and the returned stack may be invalidated by renegotiation.
H A DRSA_set_method.pod153 because if it was supplied by an ENGINE, the pointer could be invalidated
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D30643.log55 they are invalidated by this instruction.
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D30643.log55 they are invalidated by this instruction.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_peer_cert_chain.pod41 is not incremented and the returned stack may be invalidated by renegotiation.
H A DRSA_set_method.pod146 because if it was supplied by an ENGINE, the pointer could be invalidated
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vm.h269 struct list_head invalidated; member
H A Damdgpu_vm.c295 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated()
2092 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved()
2093 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved()
2829 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h320 const InvalidatedSymbols *invalidated,
H A DRetainCountChecker.cpp1184 ProgramStateRef state, const InvalidatedSymbols *invalidated, in checkRegionChanges() argument
1188 if (!invalidated) in checkRegionChanges()
1197 for (SymbolRef sym : *invalidated) { in checkRegionChanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp600 const InvalidatedSymbols *invalidated, in runCheckersForRegionChanges() argument
610 state = RegionChangesChecker(state, invalidated, ExplicitRegions, Regions, in runCheckersForRegionChanges()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst251 elements of the container. Using such references after they are invalidated
1773 Check for use of invalidated iterators.
1781 *i0; // warn: invalidated iterator accessed
1976 invalidated in the methods annotated with objc_instance_variable_invalidator.
1997 // warn: var needs to be invalidated or set to nil
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h397 const InvalidatedSymbols *invalidated,

123