Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1758 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
1811 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps() argument
1828 (FastCluster || in clusterNeighboringMemOps()
1931 bool FastCluster = in groupMemOps() local
1937 if (FastCluster) { in groupMemOps()
1955 return FastCluster; in groupMemOps()
1971 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply() local
1979 clusterNeighboringMemOps(Group.second, FastCluster, DAG); in apply()