Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() local
435 AddCostRecursively(I, Iteration); in analyzeLoopUnrollCost()
494 AddCostRecursively(*TI, Iteration); in analyzeLoopUnrollCost()
518 AddCostRecursively(*OpI, TripCount - 1); in analyzeLoopUnrollCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp365 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() local
531 AddCostRecursively(I, Iteration); in analyzeLoopUnrollCost()
585 AddCostRecursively(*TI, Iteration); in analyzeLoopUnrollCost()
609 AddCostRecursively(*OpI, TripCount - 1); in analyzeLoopUnrollCost()