Searched refs:StopAfter (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 98 AnalysisID StopAfter; 146 AnalysisID StopAfter) { 151 this->StopAfter = StopAfter;
|
D | CommandFlags.h | 224 cl::opt<std::string> StopAfter("stop-after",
|
/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 123 AnalysisID StartAfter, AnalysisID StopAfter, in addPassesToGenerateCode() argument 138 PassConfig->setStartStopPasses(StartBefore, StartAfter, StopAfter); in addPassesToGenerateCode() 188 AnalysisID StopAfter, MachineFunctionInitializer *MFInitializer) { in addPassesToEmitFile() argument 192 StopAfter, MFInitializer); in addPassesToEmitFile() 196 if (StopAfter) { in addPassesToEmitFile()
|
D | TargetPassConfig.cpp | 256 StopAfter(nullptr), Started(true), Stopped(false), in TargetPassConfig() 371 if (StopAfter == PassID) in addPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 89 if (CounterInfo.StopAfter < 0) in shouldExecute() 91 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute() 170 int64_t StopAfter = -1; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DebugCounter.cpp | 97 Counters[CounterID].StopAfter = CounterVal; in push_back() 110 << KV.second.StopAfter << "}\n"; in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 92 AnalysisID StopAfter = nullptr; 166 return !hasLimitedCodeGenPipeline() || (!StopAfter && !StopBefore);
|
/external/llvm/tools/llc/ |
D | llc.cpp | 405 if (!StartAfter.empty() || !StopAfter.empty()) { in compileModule() 453 if (!StopAfter.empty()) { in compileModule() 454 const PassInfo *PI = PR->getPassInfo(StopAfter); in compileModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 349 StopAfter = getPassIDFromName(StopAfterOpt); in setStartStopPasses() 353 if (StopBefore && StopAfter) in setStartStopPasses() 422 return StartBefore || StartAfter || StopBefore || StopAfter; in hasLimitedCodeGenPipeline() 510 if (StopAfter == PassID) in addPass()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 305 AnalysisID StartAfter = nullptr, AnalysisID StopAfter = nullptr,
|