Searched refs:NodeStage (Results 1 – 1 of 1) sorted by relevance
147 enum class NodeStage { enum158 std::ostream& operator<<(std::ostream& os, const NodeStage& stage) { in operator <<()159 return os << static_cast<typename std::underlying_type<NodeStage>::type>(stage); in operator <<()222 : stage(NodeStage::kInitial), in InterferenceNode()240 DCHECK_NE(stage, NodeStage::kPruned); in AddInterference()241 DCHECK_NE(other->stage, NodeStage::kPruned); in AddInterference()261 DCHECK_EQ(other->stage, NodeStage::kPruned) << "Should only remove interferences when pruning"; in RemoveInterference()328 DCHECK_NE(rep->stage, NodeStage::kPruned); in SetAlias()370 NodeStage stage;603 physical_core_nodes_[i]->stage = NodeStage::kPrecolored; in RegisterAllocatorGraphColor()[all …]