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

/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp86 InstPartition(Instruction *I, Loop *L, bool DepCycle = false)
87 : DepCycle(DepCycle), OrigLoop(L), ClonedLoop(nullptr) {
92 bool hasDepCycle() const { return DepCycle; }
109 Other.DepCycle |= DepCycle;
195 if (DepCycle)
212 bool DepCycle; member in class:__anon13364::InstPartition
248 PartitionContainer.emplace_back(Inst, L, /*DepCycle=*/true);
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp843 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth;
846 DepCycle += MTM.SchedModel
848 Cycle = std::max(Cycle, DepCycle);
1164 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth;
1167 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
1169 return DepCycle;

Completed in 163 milliseconds