Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp59 MemOPCountThreshold("pgo-memop-count-threshold", cl::Hidden, cl::init(1000), variable
232 if (Count < MemOPCountThreshold) in isProfitable()
277 if (ActualCount < MemOPCountThreshold) in perform()