Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7934 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing() argument
7980 assert(GlobalLSCost.Loads > 0 && "We save more loads than we created!"); in adjustCostForPairing()
7981 --GlobalLSCost.Loads; in adjustCostForPairing()