Searched refs:EarlyCycle (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2436 int EarlyCycle = INT_MAX; local
2445 EarlyCycle = std::min(EarlyCycle, it->second);
2451 return EarlyCycle;

Completed in 96 milliseconds