Home
last modified time | relevance | path

Searched refs:PrintSchedule (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dgraph-visualizer.cc413 void PrintSchedule(const char* phase, const Schedule* schedule,
563 void GraphC1Visualizer::PrintSchedule(const char* phase, in PrintSchedule() function in v8::internal::compiler::GraphC1Visualizer
801 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp144 PrintSchedule("print-schedule", cl::Hidden, cl::init(false), variable
1580 EnablePrintSchedInfo = PrintSchedule.getNumOccurrences() in SetupMachineFunction()
1581 ? PrintSchedule in SetupMachineFunction()