Searched refs:DepCycle (Results 1 – 2 of 2) sorted by relevance
126 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument127 : DepCycle(DepCycle), OrigLoop(L) { in InstPartition()132 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()149 Other.DepCycle |= DepCycle; in moveTo()236 OS << (DepCycle ? " (cycle)\n" : "\n"); in print()252 bool DepCycle; member in __anon5f80120c0111::InstPartition
841 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth() local844 DepCycle += MTM.SchedModel in updateDepth()846 Cycle = std::max(Cycle, DepCycle); in updateDepth()1220 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local1223 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()1225 return DepCycle; in getPHIDepth()