Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1546 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
1593 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps() argument
1610 (FastCluster || in clusterNeighboringMemOps()
1710 bool FastCluster = in groupMemOps() local
1716 if (FastCluster) { in groupMemOps()
1734 return FastCluster; in groupMemOps()
1750 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply() local
1758 clusterNeighboringMemOps(Group.second, FastCluster, DAG); in apply()