Searched refs:SinkingInstructionCandidate (Results 1 – 1 of 1) sorted by relevance
187 struct SinkingInstructionCandidate { struct204 bool operator>(const SinkingInstructionCandidate &Other) const { in operator >() argument210 raw_ostream &operator<<(raw_ostream &OS, const SinkingInstructionCandidate &C) { in operator <<()642 std::optional<SinkingInstructionCandidate> analyzeInstructionForSinking(682 std::optional<SinkingInstructionCandidate>797 SinkingInstructionCandidate Cand; in analyzeInstructionForSinking()836 SmallVector<SinkingInstructionCandidate, 4> Candidates; in sinkBB()853 llvm::stable_sort(Candidates, std::greater<SinkingInstructionCandidate>()); in sinkBB()