Home
last modified time | relevance | path

Searched defs:CostsAndCount (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp204 struct CostsAndCount { in isSafeAndProfitableToSpeculateAroundPHI() struct
205 int MatCost = TargetTransformInfo::TCC_Free; in isSafeAndProfitableToSpeculateAroundPHI()
206 int FoldedCost = TargetTransformInfo::TCC_Free; in isSafeAndProfitableToSpeculateAroundPHI()
207 int Count = 0; in isSafeAndProfitableToSpeculateAroundPHI()