Lines Matching refs:mapItr
182 const auto mapItr = (*postCallSB).find(*iid); in CloneSameBlockOps() local
183 if (mapItr == (*postCallSB).end()) { in CloneSameBlockOps()
200 *iid = mapItr->second; in CloneSameBlockOps()
328 const auto mapItr = callee2caller.find(rid); in GenInlineCode() local
329 labelId = (mapItr != callee2caller.end()) ? mapItr->second in GenInlineCode()
409 const auto mapItr = callee2caller.find(valId); in GenInlineCode() local
410 if (mapItr != callee2caller.end()) { in GenInlineCode()
411 valId = mapItr->second; in GenInlineCode()
477 const auto mapItr = callee2caller.find(*iid); in GenInlineCode() local
478 if (mapItr != callee2caller.end()) { in GenInlineCode()
479 *iid = mapItr->second; in GenInlineCode()
492 const auto mapItr = callee2caller.find(rid); in GenInlineCode() local
494 if (mapItr != callee2caller.end()) { in GenInlineCode()
495 nid = mapItr->second; in GenInlineCode()