Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1547 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
1594 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps() argument
1611 (FastCluster || in clusterNeighboringMemOps()
1711 bool FastCluster = in groupMemOps() local
1717 if (FastCluster) { in groupMemOps()
1735 return FastCluster; in groupMemOps()
1751 bool FastCluster = groupMemOps(MemOpRecords, DAG, Groups); in apply() local
1759 clusterNeighboringMemOps(Group.second, FastCluster, DAG); in apply()