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.cpp2049 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
2102 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps() argument
2120 (FastCluster || in clusterNeighboringMemOps()
2245 bool FastCluster = in groupMemOps() local
2251 if (FastCluster) { in groupMemOps()
2269 return FastCluster; in groupMemOps()
2285 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply() local
2293 clusterNeighboringMemOps(Group.second, FastCluster, DAG); in apply()