Searched refs:DepCycle (Results 1 – 2 of 2) sorted by relevance
86 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument87 : DepCycle(DepCycle), OrigLoop(L), ClonedLoop(nullptr) { in InstPartition()92 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()109 Other.DepCycle |= DepCycle; in moveTo()195 if (DepCycle) in print()212 bool DepCycle; member in __anon191a722d0111::InstPartition
843 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in computeInstrDepths() local846 DepCycle += MTM.SchedModel in computeInstrDepths()848 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths()1164 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local1167 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()1169 return DepCycle; in getPHIDepth()