Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp313 unsigned UnrolledCost; member
363 unsigned UnrolledCost = 0; in analyzeLoopUnrollCost() local
431 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()
555 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()
557 << " UnrolledCost: " << UnrolledCost in analyzeLoopUnrollCost()
611 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()
613 << " UnrolledCost: " << UnrolledCost << "\n"); in analyzeLoopUnrollCost()
635 << "UnrolledCost: " << UnrolledCost << ", " in analyzeLoopUnrollCost()
637 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()
714 else if (Cost.UnrolledCost != 0) in getFullUnrollBoostingFactor()
[all …]