Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp376 DenseSet<UnrolledInstState, UnrolledInstStateKeyInfo> InstCostMap; in analyzeLoopUnrollCost() local
397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost()
398 if (CostIter == InstCostMap.end()) in analyzeLoopUnrollCost()
530 bool Inserted = InstCostMap.insert({&I, (int)Iteration, in analyzeLoopUnrollCost()