Searched refs:DepCycle (Results 1 – 2 of 2) sorted by relevance
72 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument73 : DepCycle(DepCycle), OrigLoop(L), ClonedLoop(nullptr) { in InstPartition()78 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()95 Other.DepCycle |= DepCycle; in moveTo()181 if (DepCycle) in print()198 bool DepCycle; member in __anonb8d124ee0111::InstPartition
839 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in computeInstrDepths() local842 DepCycle += MTM.SchedModel in computeInstrDepths()844 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths()1161 unsigned DepCycle = getInstrCycles(Dep.DefMI).Depth; in getPHIDepth() local1164 DepCycle += TE.MTM.SchedModel in getPHIDepth()1166 return DepCycle; in getPHIDepth()