#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