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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp927 void BlockList::print(bool cfg_only, bool live_only) { argument
H A Dc1_IR.cpp1222 BlockPrinter(InstructionPrinter* ip, bool cfg_only, bool live_only = false) { argument
1238 void IR::print(BlockBegin* start, bool cfg_only, bool live_only) { argument
1246 void IR::print(bool cfg_only, bool live_only) { argument
1248 print(start(), cfg_only, live_only); local

Completed in 20 milliseconds