Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1798 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
1851 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps() argument
1868 (FastCluster || in clusterNeighboringMemOps()
1972 bool FastCluster = in groupMemOps() local
1978 if (FastCluster) { in groupMemOps()
1996 return FastCluster; in groupMemOps()
2012 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply() local
2020 clusterNeighboringMemOps(Group.second, FastCluster, DAG); in apply()