Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp536 int LateCycle = INT_MAX; in schedulePhi() local
547 LateCycle = std::min(LateCycle, Cycle); in schedulePhi()
556 LateCycle = std::min(LateCycle, AntiCycle); in schedulePhi()
560 if (LateCycle == INT_MAX) in schedulePhi()
561 LateCycle = (int)(II - 1); in schedulePhi()
562 LLVM_DEBUG(dbgs() << "\tCycle range [0, " << LateCycle << "] " << Phi); in schedulePhi()
565 OriToCycle[OriPhi] = LateCycle; in schedulePhi()
H A DMachinePipeliner.cpp2885 int LateCycle = INT_MIN; in latestCycleInChain() local
2894 LateCycle = std::max(LateCycle, it->second); in latestCycleInChain()
2900 return LateCycle; in latestCycleInChain()