Home | History | Annotate | Download | only in Scalar

Lines Matching full:inval

481       std::pair<Value*, unsigned> InVal =
483 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
485 << *InVal.first << '\n');
486 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);
508 std::pair<Value*, unsigned> InVal = AvailableCalls->lookup(Inst);
509 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
511 << *InVal.first << '\n');
512 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);