Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp387 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() local
560 AddCostRecursively(I, Iteration); in analyzeLoopUnrollCost()
614 AddCostRecursively(*TI, Iteration); in analyzeLoopUnrollCost()
638 AddCostRecursively(*OpI, TripCount - 1); in analyzeLoopUnrollCost()