HomeSort by: relevance | last modified time | path
    Searched refs:DepCycle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 131 InstPartition(Instruction *I, Loop *L, bool DepCycle = false)
132 : DepCycle(DepCycle), OrigLoop(L) {
137 bool hasDepCycle() const { return DepCycle; }
154 Other.DepCycle |= DepCycle;
240 if (DepCycle)
257 bool DepCycle;
293 PartitionContainer.emplace_back(Inst, L, /*DepCycle=*/true);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 800 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth;
803 DepCycle += MTM.SchedModel
805 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 16 milliseconds