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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp424 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { local
590 AddCostRecursively(I, Iteration);
644 AddCostRecursively(*TI, Iteration);
668 AddCostRecursively(*OpI, TripCount - 1);

Completed in 118 milliseconds