Searched refs:DepCycle (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp132 InstPartition(Instruction *I, Loop *L, bool DepCycle = false)
133 : DepCycle(DepCycle), OrigLoop(L) {
138 bool hasDepCycle() const { return DepCycle; }
155 Other.DepCycle |= DepCycle;
241 if (DepCycle)
258 bool DepCycle; member in class:__anon5660::InstPartition
294 PartitionContainer.emplace_back(Inst, L, /*DepCycle=*/true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp801 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth;
804 DepCycle += MTM.SchedModel
806 Cycle = std::max(Cycle, DepCycle);
1188 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth;
1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
1193 return DepCycle;

Completed in 114 milliseconds