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

/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp414 const Value *&map_elem = id_map[V1]; local
415 if (map_elem)
416 return map_elem == V2;
419 map_elem = V2;

Completed in 367 milliseconds