Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A 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()