Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp204 unsigned NumExtraPHIs = NumPHIs - NumOrigPHIs; in calculateCost() local
207 (NumExtraPHIs * in calculateCost()
208 NumExtraPHIs) // PHIs are expensive, so make sure they're worth it. in calculateCost()