Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp209 SmallDenseMap<ConstantInt *, CostsAndCount, 16> CostsAndCounts; in isSafeAndProfitableToSpeculateAroundPHI() local
220 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI()
274 for (auto &IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI()
305 for (auto IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI()