Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp126 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument
127 : DepCycle(DepCycle), OrigLoop(L) { in InstPartition()
132 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()
149 Other.DepCycle |= DepCycle; in moveTo()
235 OS << (DepCycle ? " (cycle)\n" : "\n"); in print()
251 bool DepCycle; member in __anon3e6d9aa10111::InstPartition
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp813 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth() local
816 DepCycle += MTM.SchedModel in updateDepth()
818 Cycle = std::max(Cycle, DepCycle); in updateDepth()
1192 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local
1195 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1197 return DepCycle; in getPHIDepth()