Searched refs:DepCycle (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 86 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 __anon9db3a4f70111::InstPartition
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 120 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) in InstPartition() argument 121 : DepCycle(DepCycle), OrigLoop(L) { in InstPartition() 126 bool hasDepCycle() const { return DepCycle; } in hasDepCycle() 143 Other.DepCycle |= DepCycle; in moveTo() 229 if (DepCycle) in print() 246 bool DepCycle; member in __anonce78c04f0111::InstPartition
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 843 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 802 unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth; in updateDepth() local 805 DepCycle += MTM.SchedModel in updateDepth() 807 Cycle = std::max(Cycle, DepCycle); in updateDepth() 1189 unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth; in getPHIDepth() local 1192 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth() 1194 return DepCycle; in getPHIDepth()
|