Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp192 struct SinkingInstructionCandidate { struct
209 bool operator>(const SinkingInstructionCandidate &Other) const { in operator >() argument
215 raw_ostream &operator<<(raw_ostream &OS, const SinkingInstructionCandidate &C) { in operator <<()
603 Optional<SinkingInstructionCandidate> analyzeInstructionForSinking(
643 Optional<SinkingInstructionCandidate> GVNSink::analyzeInstructionForSinking( in analyzeInstructionForSinking()
757 SinkingInstructionCandidate Cand; in analyzeInstructionForSinking()
789 SmallVector<SinkingInstructionCandidate, 4> Candidates; in sinkBB()
806 llvm::stable_sort(Candidates, std::greater<SinkingInstructionCandidate>()); in sinkBB()