Searched refs:InvalidClusterId (Results 1 – 4 of 4) sorted by relevance
65 assert(FirstSU.ParentClusterIdx == InvalidClusterId && in fuseInstructionPair()66 SecondSU.ParentClusterIdx == InvalidClusterId); in fuseInstructionPair()
368 if (SU.ParentClusterIdx != InvalidClusterId) in dumpNodeAll()
241 constexpr unsigned InvalidClusterId = ~0u; variable283 unsigned ParentClusterIdx = InvalidClusterId; ///< The parent cluster id.
394 return Idx != InvalidClusterId ? &Clusters[Idx] : nullptr; in getCluster()