Searched refs:DepCycle (Results 1 – 2 of 2) sorted by relevance
130 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument131 : DepCycle(DepCycle), OrigLoop(L) { in InstPartition()136 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()153 Other.DepCycle |= DepCycle; in moveTo()239 if (DepCycle) in print()256 bool DepCycle; member in __anon4e01e93c0111::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()1187 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local1190 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()1192 return DepCycle; in getPHIDepth()