Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp471 std::pair<ValueMap::iterator, bool> InsP = in defValue() local
476 if (!Force && InsP.second) in defValue()
480 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()
485 InsP.first->second = ValueForcePair(nullptr, Force); in defValue()