Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp397 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() local
568 AddCostRecursively(I, Iteration); in analyzeLoopUnrollCost()
626 AddCostRecursively(*TI, Iteration); in analyzeLoopUnrollCost()
650 AddCostRecursively(*OpI, TripCount - 1); in analyzeLoopUnrollCost()