Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp956 int64_t MaxStage = 0; in extractFeatures() local
962 MaxStage = std::max<int64_t>( in extractFeatures()
963 MaxStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI))); in extractFeatures()
1031 SET(max_stage, int64_t, MaxStage); in extractFeatures()
H A DMachinePipeliner.cpp1769 const unsigned MaxStage) const { in detect()
1777 computeMaxSetPressure(OrderedInsts, Stages, MaxStage + 1); in detect()