Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp486 std::pair<ValueMap::iterator, bool> InsP = in defValue() local
491 if (!Force && InsP.second) in defValue()
495 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()
500 InsP.first->second = ValueForcePair(nullptr, Force); in defValue()