Lines Matching refs:wait
136 StringRef Filename, bool wait, in ExecGraphViewer() argument
138 if (wait) { in ExecGraphViewer()
190 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
198 wait &= !*ViewBackground; in DisplayGraph()
202 if (wait) in DisplayGraph()
206 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
215 if (!ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg)) in DisplayGraph()
226 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
239 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()
301 wait = false; in DisplayGraph()
312 (StringRef("start ") + (wait ? "/WAIT " : "") + OutputFilename).str(); in DisplayGraph()
320 return ExecGraphViewer(ViewerPath, args, OutputFilename, wait, ErrMsg); in DisplayGraph()
331 wait = false; in DisplayGraph()
334 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg); in DisplayGraph()