Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp131 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument
132 : DepCycle(DepCycle), OrigLoop(L) { in InstPartition()
137 bool hasDepCycle() const { return DepCycle; } in hasDepCycle()
154 Other.DepCycle |= DepCycle; in moveTo()
240 if (DepCycle) in print()
257 bool DepCycle; member in __anon51f880570111::InstPartition
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp800 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth() local
803 DepCycle += MTM.SchedModel in updateDepth()
805 Cycle = std::max(Cycle, DepCycle); in updateDepth()
1188 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local
1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1193 return DepCycle; in getPHIDepth()