Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2312 unsigned NumWithout = 0; in performScalarPRE() local
2325 NumWithout = 2; in performScalarPRE()
2339 NumWithout = 2; in performScalarPRE()
2348 ++NumWithout; in performScalarPRE()
2351 NumWithout = 2; in performScalarPRE()
2361 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2369 if (NumWithout != 0) { in performScalarPRE()
2408 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/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp2504 unsigned NumWithout = 0; in performScalarPRE() local
2517 NumWithout = 2; in performScalarPRE()
2531 NumWithout = 2; in performScalarPRE()
2540 ++NumWithout; in performScalarPRE()
2543 NumWithout = 2; in performScalarPRE()
2553 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2561 if (NumWithout != 0) { in performScalarPRE()
2600 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()