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()235 OS << (DepCycle ? " (cycle)\n" : "\n"); in print()251 bool DepCycle; member in __anon3e6d9aa10111::InstPartition
813 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth() local816 DepCycle += MTM.SchedModel in updateDepth()818 Cycle = std::max(Cycle, DepCycle); in updateDepth()1192 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local1195 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()1197 return DepCycle; in getPHIDepth()