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.cpp106 struct SinkingInstructionCandidate { struct
123 bool operator>(const SinkingInstructionCandidate &Other) const { in operator >() argument
129 raw_ostream &operator<<(raw_ostream &OS, const SinkingInstructionCandidate &C) { in operator <<()
557 std::optional<SinkingInstructionCandidate>
598 std::optional<SinkingInstructionCandidate>
713 SinkingInstructionCandidate Cand; in analyzeInstructionForSinking()
752 SmallVector<SinkingInstructionCandidate, 4> Candidates; in sinkBB()
769 llvm::stable_sort(Candidates, std::greater<SinkingInstructionCandidate>()); in sinkBB()