Home
last modified time | relevance | path

Searched refs:AddCostRecursively (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.cpp386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() local
552 AddCostRecursively(I, Iteration); in analyzeLoopUnrollCost()
606 AddCostRecursively(*TI, Iteration); in analyzeLoopUnrollCost()
630 AddCostRecursively(*OpI, TripCount - 1); in analyzeLoopUnrollCost()