Searched refs:NumWithout (Results 1 – 3 of 3) sorted by relevance
2214 unsigned NumWithout = 0; in performScalarPRE() local2223 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()
2366 unsigned NumWithout = 0; in performScalarPRE() local2376 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()
2259 unsigned NumWithout = 0; in performPRE() local2270 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()