Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InVal

423       std::pair<Value*, unsigned> InVal =
425 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
427 << *InVal.first << '\n');
428 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);
450 InVal = AvailableCalls->lookup(Inst);
451 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
453 << *InVal.first << '\n');
454 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);