Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2214 unsigned NumWithout = 0; in performScalarPRE() local
2223 NumWithout = 2; in performScalarPRE()
2235 NumWithout = 2; in performScalarPRE()
2244 ++NumWithout; in performScalarPRE()
2247 NumWithout = 2; in performScalarPRE()
2257 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2265 if (NumWithout != 0) { in performScalarPRE()
2304 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2366 unsigned NumWithout = 0; in performScalarPRE() local
2376 NumWithout = 2; in performScalarPRE()
2379 NumWithout = 2; in performScalarPRE()
2387 ++NumWithout; in performScalarPRE()
2390 NumWithout = 2; in performScalarPRE()
2400 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2408 if (NumWithout != 0) { in performScalarPRE()
2433 assert (PREInstr != nullptr || NumWithout == 0); in performScalarPRE()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp2259 unsigned NumWithout = 0; in performPRE() local
2270 NumWithout = 2; in performPRE()
2273 NumWithout = 2; in performPRE()
2280 ++NumWithout; in performPRE()
2282 NumWithout = 2; in performPRE()
2291 if (NumWithout != 1 || NumWith == 0) in performPRE()