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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp414 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap; local
433 // InstCostMap only uses I and Iteration as a key, the other two values
435 auto CostIter = InstCostMap.find({I, Iteration, 0, 0});
436 if (CostIter == InstCostMap.end())
568 bool Inserted = InstCostMap.insert({&I, (int)Iteration,

Completed in 105 milliseconds