Searched refs:InsP (Results 1 – 3 of 3) sorted by relevance
357 std::pair<ValueMap::iterator, bool> InsP = in defValue() local363 if (InsP.second) in defValue()367 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()371 InsP.first->second = ValueForcePair(); in defValue()
396 std::pair<ValueMap::iterator, bool> InsP = in defValue() local402 if (InsP.second) in defValue()406 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()410 InsP.first->second = ValueForcePair(); in defValue()
472 std::pair<ValueMap::iterator, bool> InsP = in defValue() local477 if (!Force && InsP.second) in defValue()481 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()486 InsP.first->second = ValueForcePair(nullptr, Force); in defValue()