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

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp176 // Mark and visited bits for an LCA calculation in insert_anti_dependences.
372 Block* insert_anti_dependences(Block* LCA, Node* load, bool verify = false);
375 insert_anti_dependences(LCA, load, true);
H A Dgcm.cpp431 //--------------------------insert_anti_dependences---------------------------
447 Block* PhaseCFG::insert_anti_dependences(Block* LCA, Node* load, bool verify) { function in class:PhaseCFG
1194 LCA = insert_anti_dependences(LCA, self);

Completed in 45 milliseconds