Home
last modified time | relevance | path

Searched refs:liveness (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.c237 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 DChangeLog518 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 Dcfg.texi29 * 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 Dgccint.info11605 * 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 DRegionStore.rst105 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 DIPA.rst178 - If the CFG cannot be constructed for a called function, or the liveness
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def162 DUMMY_MACHINE_FUNCTION_PASS("stackmap-liveness", StackMapLivenessPass, ())
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DREADME.txt142 The ocaml frametable structure supports liveness information. It would be good
/openbsd/gnu/llvm/llvm/docs/
H A DJITLink.rst272 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 DReleaseNotes.rst209 * Enabled track-subreg-liveness option by default.
H A DLoopTerminology.rst474 Furthermore, we can gain some intuition if we consider liveness:
H A DStatepoints.rst590 want to manually reason about liveness, base pointers, or relocation when
H A DPasses.rst386 is similar to :ref:`SCCP <passes-sccp>`, except applied to the liveness of
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallingConv.td357 // generally does rather than tracking its liveness as a normal register.
H A DARMInstrThumb2.td2354 // set the "s" bit based on CPSR liveness.
H A DARMInstrInfo.td3848 // set the "s" bit based on CPSR liveness.
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTargetOpcodes.def38 /// liveness of registers. This can be useful when dealing with
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2090 The "liveness" of these settings is one way, from name to breakpoint. in CommandObjectBreakpointName()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.md5167 ;; - 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 DAutomaticReferenceCounting.rst1696 .. _arc.optimization.liveness:
1698 Object liveness
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td447 // liveness across basic blocks.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.713900 * 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 DChangeLog9388 * 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 DChangeLog.67170 * lcm.c (optimize_mode_switching): Do not rebuild liveness information
7278 * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
H A DChangeLog.52752 affect liveness information.

12