Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp187 struct SinkingInstructionCandidate { struct
204 bool operator>(const SinkingInstructionCandidate &Other) const { in operator >() argument
210 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()