Searched refs:canAllocateVariable (Results 1 – 1 of 1) sorted by relevance
259 bool canAllocateVariable (const GeneratorState& state, const VariableType& type) in canAllocateVariable() function873 bool possiblyCreateVar = canAllocateVariable(state, m_valueRange.getType()) && in AssignOp()913 !canAllocateVariable(state, valueRange.getType()) && in getWeight()1137 …bool createVar = canAllocateVariable(state, valueRange.getType()) && (first == end || getWeigh… in VariableRead()1184 if (!canAllocateVariable(state, valueRange.getType()) && in getWeight()1200 …bool createVar = canAllocateVariable(state, valueRange.getType()) && (first == end || getWeigh… in VariableWrite()1236 if (!canAllocateVariable(state, valueRange.getType()) && in getWeight()