Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp863 int64_t MaxStage = 0; in extractFeatures() local
869 MaxStage = std::max<int64_t>( in extractFeatures()
870 MaxStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI))); in extractFeatures()
938 SET(max_stage, int64_t, MaxStage); in extractFeatures()
H A DMachinePipeliner.cpp1494 const unsigned MaxStage) const { in detect()
1502 computeMaxSetPressure(OrderedInsts, Stages, MaxStage + 1); in detect()