Home
last modified time | relevance | path

Searched refs:InvalidClusterId (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp65 assert(FirstSU.ParentClusterIdx == InvalidClusterId && in fuseInstructionPair()
66 SecondSU.ParentClusterIdx == InvalidClusterId); in fuseInstructionPair()
H A DScheduleDAG.cpp368 if (SU.ParentClusterIdx != InvalidClusterId) in dumpNodeAll()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h241 constexpr unsigned InvalidClusterId = ~0u; variable
283 unsigned ParentClusterIdx = InvalidClusterId; ///< The parent cluster id.
H A DScheduleDAGInstrs.h394 return Idx != InvalidClusterId ? &Clusters[Idx] : nullptr; in getCluster()