| /wasmtime-44.0.1/cranelift/filetests/filetests/alias/ |
| H A D | fence.clif | 1 test alias-analysis 6 ;; analysis to move accesses across them.
|
| H A D | multiple-blocks.clif | 1 test alias-analysis
|
| H A D | categories.clif | 1 test alias-analysis
|
| H A D | partial-redundancy.clif | 1 test alias-analysis
|
| H A D | simple-alias.clif | 1 test alias-analysis
|
| H A D | extends.clif | 1 test alias-analysis
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | alias_analysis.rs | 196 let mut analysis = AliasAnalysis { in new() localVariable 202 analysis.compute_block_input_states(func); in new() 203 analysis in new()
|
| H A D | context.rs | 346 let mut analysis = AliasAnalysis::new(&self.func, &self.domtree); in replace_redundant_loads() localVariable 347 analysis.compute_and_update_aliases(&mut self.func); in replace_redundant_loads()
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-debugging.md | 11 tools for post-mortem analysis.
|
| H A D | examples-debugging-core-dumps.md | 5 consumed by external tooling (such as [`wasmgdb`][wasmgdb]) for post-mortem analysis. 87 tooling to do post-mortem analysis of the failure.
|
| H A D | examples-core-dumps.md | 10 post-mortem analysis.
|
| H A D | examples-profiling-vtune.md | 9 appropriate for detailed analysis of your Wasm program. 20 For more information on VTune and the analysis tools it provides see its 148 - Start the analysis
|
| H A D | contributing-fuzzing.md | 60 for this in your rationale and analysis of the bug.
|
| H A D | contributing-architecture.md | 157 No inter-procedural analysis is done and each function is compiled as its
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | mod.rs | 77 pub(crate) struct OptimizeCtx<'opt, 'analysis> 79 'analysis: 'opt, 91 pub(crate) alias_analysis: &'opt mut AliasAnalysis<'analysis>, 122 impl<'opt, 'analysis> OptimizeCtx<'opt, 'analysis> 124 'analysis: 'opt,
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/egraph/ |
| H A D | not_a_load.clif | 6 ;; to make sure the alias analysis machinery doesn't break when we have these odd
|
| H A D | try_call-mem-clobber.clif | 1 ; Regression test for the alias analysis not considering try_call to be a memory fence
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/inline/ |
| H A D | stack-maps-opt.clif | 5 ;; Test that, after inlining, alias analysis can boil away some GC ref stack
|
| /wasmtime-44.0.1/cranelift/isle/ |
| H A D | TODO | 10 - More in-depth fallibility analysis (avoid failure edges where possible)
|
| H A D | README.md | 499 Semantic analysis performs type checking, figures out which rules apply to which
|
| /wasmtime-44.0.1/tests/disas/component-model/ |
| H A D | unsafe-intrinsics-used.wat | 25 ;; to ensure that they are rooted in that analysis and we do end up with
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | CMakeLists.txt | 153 option(ENABLE_CODE_ANALYSIS "Run code analysis" OFF)
|
| /wasmtime-44.0.1/cranelift/ |
| H A D | rustc.md | 38 very powerful without the need for complex alias analysis logic.
|
| /wasmtime-44.0.1/cranelift/codegen/src/opts/ |
| H A D | extends.isle | 16 ;; is like a cheap version of known-bits analysis.)
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | compare-llvm.md | 37 library of code analysis and transformation passes operate on LLVM IR.
|