Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h64 unsigned CumulativeCost; member
67 : ConstInt(ConstInt), CumulativeCost(0) { } in ConstantCandidate()
71 CumulativeCost += Cost; in addUser()
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp339 if (ConstCand->CumulativeCost > MaxCostItr->CumulativeCost) in maximizeConstantsInRange()