Searched refs:isAllocable (Results 1 – 2 of 2) sorted by relevance
91 bool isHeuristic, isAllocable, isInitialized; member98 : isHeuristic(false), isAllocable(false), isInitialized(false), in NodeData()141 if (nd.isAllocable) { in addToHeuristicReduceList()231 bool n1WasAllocable = n1.isAllocable; in handleAddEdge()234 if (n1WasAllocable && !n1.isAllocable) { in handleAddEdge()243 bool n2WasAllocable = n2.isAllocable; in handleAddEdge()246 if (n2WasAllocable && !n2.isAllocable) { in handleAddEdge()273 bool ndWasAllocable = nd.isAllocable; in handleRemoveEdge()289 if (!ndWasAllocable && nd.isAllocable) { in handleRemoveEdge()409 nd.isAllocable = nd.numDenied < numRegs || nd.numSafe > 0; in updateAllocability()
31 bool isAllocable(const Variable *Var) { in isAllocable() function281 const bool DestIsAllocable = isAllocable(Dest); in handleSimpleVarAssign()284 const bool SrcIsAllocable = isAllocable(SrcVar); in handleSimpleVarAssign()360 const bool DestIsAllocable = isAllocable(Dest); in handlePhi()373 const bool DestIsAllocable = isAllocable(Dest); in handleGeneralInst()394 const bool SrcIsAllocable = isAllocable(SrcVar); in handleGeneralInst()