Searched refs:MemOPCountThreshold (Results 1 – 1 of 1) sorted by relevance
59 MemOPCountThreshold("pgo-memop-count-threshold", cl::Hidden, cl::init(1000), variable227 if (Count < MemOPCountThreshold) in isProfitable()272 if (ActualCount < MemOPCountThreshold) in perform()