Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1552 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
1599 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps() argument
1616 (FastCluster || in clusterNeighboringMemOps()
1716 bool FastCluster = in groupMemOps() local
1722 if (FastCluster) { in groupMemOps()
1740 return FastCluster; in groupMemOps()
1756 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply() local
1764 clusterNeighboringMemOps(Group.second, FastCluster, DAG); in apply()