Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp77 auto &Clusters = DAG.getClusters(); in fuseInstructionPair()
H A DMachineScheduler.cpp2197 auto &AllClusters = DAG->getClusters(); in clusterNeighboringMemOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h390 SmallVector<ClusterInfo> &getClusters() { return Clusters; } in getClusters() function