Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp457 auto CostMapIt = SpecCostMap.find(OpI); in findProfitablePHIs() local
458 if (CostMapIt != SpecCostMap.end()) in findProfitablePHIs()
459 Cost += CostMapIt->second; in findProfitablePHIs()
511 auto CostMapIt = SpecCostMap.find(UI); in findProfitablePHIs() local
512 if (CostMapIt->second == 0) in findProfitablePHIs()
515 CostMapIt->second = 0; in findProfitablePHIs()
532 auto CostMapIt = SpecCostMap.find(OpI); in findProfitablePHIs() local
533 if (CostMapIt == SpecCostMap.end() || CostMapIt->second == 0) in findProfitablePHIs()
535 CostMapIt->second = 0; in findProfitablePHIs()