Searched refs:CandCluster (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 103 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() local 106 CandCluster && CandCluster->contains(Cand.SU), TryCand, Cand, in tryCandidate() 192 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() local 195 CandCluster && CandCluster->contains(Cand.SU), TryCand, Cand, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 595 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() local 598 CandCluster && CandCluster->contains(Cand.SU), TryCand, Cand, in tryCandidate() 669 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() local 672 CandCluster && CandCluster->contains(Cand.SU), TryCand, Cand, in tryCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 4008 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() local 4011 CandCluster && CandCluster->contains(Cand.SU), TryCand, Cand, in tryCandidate() 4392 const ClusterInfo *CandCluster = Cand.AtTop ? TopCluster : BotCluster; in tryCandidate() local 4395 CandCluster && CandCluster->contains(Cand.SU), TryCand, Cand, in tryCandidate()
|