Searched refs:canAllocateVariable (Results 1 – 1 of 1) sorted by relevance
259 bool canAllocateVariable (const GeneratorState& state, const VariableType& type) in canAllocateVariable() function848 bool possiblyCreateVar = canAllocateVariable(state, m_valueRange.getType()) && in AssignOp()888 !canAllocateVariable(state, valueRange.getType()) && in getWeight()1112 …bool createVar = canAllocateVariable(state, valueRange.getType()) && (first == end || getWeigh… in VariableRead()1159 if (!canAllocateVariable(state, valueRange.getType()) && in getWeight()1175 …bool createVar = canAllocateVariable(state, valueRange.getType()) && (first == end || getWeigh… in VariableWrite()1211 if (!canAllocateVariable(state, valueRange.getType()) && in getWeight()