Home
last modified time | relevance | path

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

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