SSBM Decomp
Loading...
Searching...
No Matches
texpdag.h
Go to the documentation of this file.
1#ifndef SYSDOLPHIN_BASELIB_TEXPDAG_H
2#define SYSDOLPHIN_BASELIB_TEXPDAG_H
3
4#include <platform.h>
5#include <placeholder.h>
6
7#include "baselib/forward.h"
8
9#include "baselib/texp.h"
10
11typedef struct HSD_TExpDag {
12 struct _HSD_TETev* tev;
19
23/* 385C60 */ int HSD_TExpMakeDag(HSD_TExp* root, HSD_TExpDag* list);
26/* 386234 */ void HSD_TExpSchedule(int num, HSD_TExpDag* list,
27 HSD_TExp** result, HSD_TExpRes* resource);
31/* 387B1C */ int HSD_TExpSimplify(HSD_TExp* texp);
32/* 387BA4 */ int HSD_TExpSimplify2(HSD_TExp* texp);
33
34#endif
#define UNK_PARAMS
#define UNK_RET
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition texpdag.h:11
u8 dist
Definition texpdag.h:16
u8 nb_ref
Definition texpdag.h:15
HSD_TExpDag * depend[8]
Definition texpdag.h:17
u8 idx
Definition texpdag.h:13
u8 nb_dep
Definition texpdag.h:14
struct _HSD_TETev * tev
Definition texpdag.h:12
Definition texp.h:84
void fn_80386230(void)
assign_reg
Definition texpdag.c:12
UNK_RET CalcDistance(UNK_PARAMS)
int HSD_TExpSimplify(HSD_TExp *texp)
UNK_RET SimplifyThis(UNK_PARAMS)
UNK_RET order_dag(UNK_PARAMS)
int HSD_TExpMakeDag(HSD_TExp *root, HSD_TExpDag *list)
UNK_RET make_full_dependancy_mtx(UNK_PARAMS)
UNK_RET assign_reg(UNK_PARAMS)
UNK_RET SimplifyByMerge(UNK_PARAMS)
int HSD_TExpSimplify2(HSD_TExp *texp)
UNK_RET SimplifySrc(UNK_PARAMS)
void HSD_TExpSchedule(int num, HSD_TExpDag *list, HSD_TExp **result, HSD_TExpRes *resource)
Definition texp.h:168