blob: db5f860f51b1454fcfa3fb39b6395ebf5238c5a5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef COMPILER_IROSUBABLE_H
#define COMPILER_IROSUBABLE_H
#include "IrOptimizer.h"
extern void IRO_InitializeIsSubableOpArray(void);
extern Boolean IRO_IsSubableExpression(IROLinear *nd);
extern Boolean IRO_IsVectorTempCandidate(IROLinear *nd);
#endif
|