/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-runtime.c | 237 unsigned liveness; /* A measure of recent checking activity. */ member 902 obj->liveness ++; in __mfu_check() 1386 if (obj->liveness) in __mf_adapt_cache_fn() 1395 s->total_weight += (double) obj->liveness; in __mf_adapt_cache_fn() 1398 (double) obj->liveness; in __mf_adapt_cache_fn() 1404 s->weighted_address_bits[i][bit] += obj->liveness; in __mf_adapt_cache_fn() 1409 obj->liveness >>= 1; in __mf_adapt_cache_fn() 1699 obj->read_count, obj->write_count, obj->liveness, in __mf_describe_object()
|
H A D | ChangeLog | 518 libiberty splay trees. Remove tree liveness aging option. 1319 (__mf_object): Add new liveness field for use by tree aging. 1321 (__mf_age_tree): New function to decay liveness field. 1322 (__mf_find_objects_rec): Use liveness field to rotate tree.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cfg.texi | 29 * Liveness information:: Using and maintaining liveness information. 106 postponed until after liveness analysis. Thus the jump table vectors 632 The liveness information is stored partly in the RTL instruction 642 Global liveness information is stored in the control flow graph. 644 @code{global_live_at_end} representing liveness of each register at 646 contains functions to compute liveness of each register at any given 656 the data flow module to have liveness updated via the 660 transformations are done. The task of updating liveness after control 666 liveness information locally.
|
H A D | gccint.info | 11605 * Liveness information:: Using and maintaining liveness information. 11670 postponed until after liveness analysis. Thus the jump table vectors 12135 The liveness information is stored partly in the RTL instruction 12143 Global liveness information is stored in the control flow graph. Each 12145 `global_live_at_end' representing liveness of each register at the 12147 functions to compute liveness of each register at any given place in 12156 have liveness updated via the `update_life_info_in_dirty_blocks' 12160 transformations are done. The task of updating liveness after control 12166 liveness information locally.
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | RegionStore.rst | 105 refers to the same concept: during invalidation and liveness analysis, all 157 store". This has important implications for any sort of liveness or
|
H A D | IPA.rst | 178 - If the CFG cannot be constructed for a called function, or the liveness
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.def | 162 DUMMY_MACHINE_FUNCTION_PASS("stackmap-liveness", StackMapLivenessPass, ())
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | README.txt | 142 The ocaml frametable structure supports liveness information. It would be good
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | JITLink.rst | 272 dead-stripping algorithm will propagate liveness flags through the graph to 365 name, address, size, linkage, scope, and liveness. 369 alignment and liveness. 372 offset, size, callable-ness, and liveness. 375 offset, size, linkage, scope, callable-ness and liveness.
|
H A D | ReleaseNotes.rst | 209 * Enabled track-subreg-liveness option by default.
|
H A D | LoopTerminology.rst | 474 Furthermore, we can gain some intuition if we consider liveness:
|
H A D | Statepoints.rst | 590 want to manually reason about liveness, base pointers, or relocation when
|
H A D | Passes.rst | 386 is similar to :ref:`SCCP <passes-sccp>`, except applied to the liveness of
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMCallingConv.td | 357 // generally does rather than tracking its liveness as a normal register.
|
H A D | ARMInstrThumb2.td | 2354 // set the "s" bit based on CPSR liveness.
|
H A D | ARMInstrInfo.td | 3848 // set the "s" bit based on CPSR liveness.
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 38 /// liveness of registers. This can be useful when dealing with
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 2090 The "liveness" of these settings is one way, from name to breakpoint. in CommandObjectBreakpointName()
|
/openbsd/gnu/gcc/gcc/config/mips/ |
H A D | mips.md | 5167 ;; - The splitter deliberately changes the liveness of $gp. The unsplit 5168 ;; instruction preserves $gp and so have no effect on its liveness.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 1696 .. _arc.optimization.liveness: 1698 Object liveness
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIInstructions.td | 447 // liveness across basic blocks.
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.7 | 13900 * cfgcleanup.c (cleanup_cfg): Fix updating of liveness. 14176 call after liveness analysis. 14678 update liveness; purge dead edges; use update_life_info_in_dirty_blocks. 14841 fix DFI_life dumping; do jump threading after liveness; do crossjumping 14866 liveness. 14905 (try_optimize_cfg): Do not update liveness. 15405 after branch prediction; avoid full liveness rebuild after
|
H A D | ChangeLog | 9388 * config/sh/sh.c (calc_live_regs): Update check for PIC liveness 14308 * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
|
H A D | ChangeLog.6 | 7170 * lcm.c (optimize_mode_switching): Do not rebuild liveness information 7278 * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
|
H A D | ChangeLog.5 | 2752 affect liveness information.
|