Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp100 static cl::opt<unsigned> PhiDuplicateThreshold( variable
443 if (++PhiCount > PhiDuplicateThreshold) in getJumpThreadDuplicationCost()