Searched defs:CumulativeCost (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp75 unsigned CumulativeCost; member in struct:__anon26269::ConstantCandidate
78 : ConstInt(ConstInt), CumulativeCost(0) { }
82 CumulativeCost += Cost;
378 if (ConstCand->CumulativeCost > MaxCostItr->CumulativeCost)

Completed in 72 milliseconds