Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp104 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() local
105 if (tryGreater(TryCandCluster && TryCandCluster->contains(TryCand.SU), in tryCandidate()
193 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() local
194 if (tryGreater(TryCandCluster && TryCandCluster->contains(TryCand.SU), in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp596 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() local
597 if (tryGreater(TryCandCluster && TryCandCluster->contains(TryCand.SU), in tryCandidate()
670 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() local
671 if (tryGreater(TryCandCluster && TryCandCluster->contains(TryCand.SU), in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4009 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() local
4010 if (tryGreater(TryCandCluster && TryCandCluster->contains(TryCand.SU), in tryCandidate()
4393 const ClusterInfo *TryCandCluster = TryCand.AtTop ? TopCluster : BotCluster; in tryCandidate() local
4394 if (tryGreater(TryCandCluster && TryCandCluster->contains(TryCand.SU), in tryCandidate()