Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtopdepthreduce-postra.mir4 # Check that postmisched's TopDepthReduce heuristic moves the DEC32r later
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dtopdepthreduce-postra.mir4 # Check that postmisched's TopDepthReduce heuristic moves the MULLD later
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h818 TopDepthReduce, TopPathReduce, NextDefUse, NodeOrder}; enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2755 case TopDepthReduce: return "TOP-DEPTH "; in getReasonStr()
2787 case TopDepthReduce: in traceCandidate()
2864 TryCand, Cand, GenericSchedulerBase::TopDepthReduce)) in tryLatency()