Searched refs:map_elem (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp408 const Value *&map_elem = id_map[V1]; local
409 if (map_elem)
410 return map_elem == V2;
413 map_elem = V2;

Completed in 37 milliseconds