Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp274 for (auto &IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI() local
275 ConstantInt *IncomingC = IncomingConstantAndCostsAndCount.first; in isSafeAndProfitableToSpeculateAroundPHI()
276 int MatCost = IncomingConstantAndCostsAndCount.second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI()
277 int &FoldedCost = IncomingConstantAndCostsAndCount.second.FoldedCost; in isSafeAndProfitableToSpeculateAroundPHI()
305 for (auto IncomingConstantAndCostsAndCount : CostsAndCounts) { in isSafeAndProfitableToSpeculateAroundPHI() local
306 int MatCost = IncomingConstantAndCostsAndCount.second.MatCost; in isSafeAndProfitableToSpeculateAroundPHI()
307 int FoldedCost = IncomingConstantAndCostsAndCount.second.FoldedCost; in isSafeAndProfitableToSpeculateAroundPHI()
308 int Count = IncomingConstantAndCostsAndCount.second.Count; in isSafeAndProfitableToSpeculateAroundPHI()