Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp866 int64_t MaxStage = 0; in extractFeatures() local
872 MaxStage = std::max<int64_t>( in extractFeatures()
873 MaxStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI))); in extractFeatures()
941 SET(max_stage, int64_t, MaxStage); in extractFeatures()
H A DMachinePipeliner.cpp1554 const unsigned MaxStage) const { in detect()
1562 computeMaxSetPressure(OrderedInsts, Stages, MaxStage + 1); in detect()