Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp76 unsigned CumulativeCost; member
79 : ConstInt(ConstInt), CumulativeCost(0) { } in ConstantCandidate()
83 CumulativeCost += Cost; in addUser()
382 if (ConstCand->CumulativeCost > MaxCostItr->CumulativeCost) in findAndMakeBaseConstant()