Searched refs:DepCycle (Results 1 – 2 of 2) sorted by relevance
131 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument132 : DepCycle(DepCycle), OrigLoop(L) { in InstPartition()137 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()154 Other.DepCycle |= DepCycle; in moveTo()240 if (DepCycle) in print()257 bool DepCycle; member in __anon51f880570111::InstPartition
800 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth() local803 DepCycle += MTM.SchedModel in updateDepth()805 Cycle = std::max(Cycle, DepCycle); in updateDepth()1188 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()1193 return DepCycle; in getPHIDepth()