Searched defs:InsP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp384 std::pair<ValueMap::iterator, bool> InsP = local
390 if (InsP.second)
394 if (VNInfo *OldVNI = InsP.first->second.getPointer()) {
398 InsP.first->second = ValueForcePair();

Completed in 49 milliseconds