Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp357 std::pair<ValueMap::iterator, bool> InsP = in defValue() local
363 if (InsP.second) in defValue()
367 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()
371 InsP.first->second = ValueForcePair(); in defValue()
/external/llvm/lib/CodeGen/
DSplitKit.cpp396 std::pair<ValueMap::iterator, bool> InsP = in defValue() local
402 if (InsP.second) in defValue()
406 if (VNInfo *OldVNI = InsP.first->second.getPointer()) { in defValue()
410 InsP.first->second = ValueForcePair(); in defValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp472 std::pair<ValueMap::iterator, bool> InsP = in defValue() local
477 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()