mirror of
https://git.wuffs.org/MWCC
synced 2025-07-04 00:15:52 +00:00
11 lines
266 B
C
11 lines
266 B
C
#ifndef COMPILER_IROSUBABLE_H
|
|
#define COMPILER_IROSUBABLE_H
|
|
|
|
#include "compiler/IrOptimizer.h"
|
|
|
|
extern void IRO_InitializeIsSubableOpArray(void);
|
|
extern Boolean IRO_IsSubableExpression(IROLinear *nd);
|
|
extern Boolean IRO_IsVectorTempCandidate(IROLinear *nd);
|
|
|
|
#endif
|