Searched refs:LateCycle (Results 1 – 2 of 2) sorted by relevance
536 int LateCycle = INT_MAX; in schedulePhi() local547 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()
2885 int LateCycle = INT_MIN; in latestCycleInChain() local2894 LateCycle = std::max(LateCycle, it->second); in latestCycleInChain()2900 return LateCycle; in latestCycleInChain()