代码搜索:regalloc
找到约 35 项符合「regalloc」的源代码
代码结果 35
www.eeworm.com/read/101082/6248939
c regalloc.c
#ifndef lint
static char *sccsid = " @(#)regalloc.c 1.3 (ULTRIX) 1/15/86";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 b
www.eeworm.com/read/229812/4748437
c regalloc.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/104361/15697214
h regalloc.h
/* function prototype from regalloc.c */
struct RA_result {Temp_map coloring; AS_instrList il;};
struct RA_result RA_regAlloc(F_frame f, AS_instrList il);
www.eeworm.com/read/292144/3956610
erl hipe_optimistic_regalloc.erl
%% -*- erlang-indent-level: 2 -*-
%%-----------------------------------------------------------------------
%% File : hipe_optimistic_regalloc.erl
%% Authors : NilsOla Linnermark
%
www.eeworm.com/read/292144/3956620
erl hipe_coalescing_regalloc.erl
%% -*- erlang-indent-level: 2 -*-
%%-----------------------------------------------------------------------
%% File : hipe_coalescing_regalloc.erl
%% Authors : Andreas Wallin
%%
www.eeworm.com/read/292144/3956625
erl hipe_regalloc_loop.erl
%%% -*- erlang-indent-level: 2 -*-
%%% $Id$
%%% Common wrapper for graph_coloring and coalescing regallocs.
-module(hipe_regalloc_loop).
-export([ra/5, ra_fp/4]).
%%-define(HIPE_INSTRUMENT_COMPILER,
www.eeworm.com/read/292144/3956628
erl hipe_ls_regalloc.erl
%% -*- erlang-indent-level: 2 -*-
%% =====================================================================
%% @doc
%%
%% Filename : hipe_ls_regalloc.erl
%% Module : hipe_ls_regalloc
%% Pur
www.eeworm.com/read/292144/3956621
erl hipe_graph_coloring_regalloc.erl
%% -*- erlang-indent-level: 2 -*-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%@doc
%% GRAPH COLORING REGISTER ALLOCATOR
%%
%% A simple graph coloring register allocator
www.eeworm.com/read/454118/1633226
h helper.h
//Declare the helper functions here
void Delay(USHORT count);
PVOID Cam_RegAlloc(PVOID addr, INT sz);
www.eeworm.com/read/229812/4737120
c opt43.c
/*
* Severely stripped down version of bld/cg/c/dominate.c
* that can run the register allocator into a corner. Regalloc
* would get stuck in an endless loop generating infinite stream
* o