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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp71 Node *hash_find_insert(Node*);// If not in table insert else return found node
352 Node *hash_find_insert(Node *n){ return _table.hash_find_insert(n); } function in class:NodeHash::PhaseValues
H A DphaseX.cpp129 //------------------------------hash_find_insert-------------------------------
132 Node *NodeHash::hash_find_insert( Node *n ) { function in class:NodeHash
603 ConNode* k = (ConNode*)hash_find_insert(x); // Value numbering
726 i = hash_find_insert(k); // Insert if new
1130 i = hash_find_insert(k); // Check for pre-existing node
1275 hash_find_insert(use);

Completed in 37 milliseconds