Home
last modified time | relevance | path

Searched refs:StopAfter (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h98 AnalysisID StopAfter;
146 AnalysisID StopAfter) {
151 this->StopAfter = StopAfter;
DCommandFlags.h224 cl::opt<std::string> StopAfter("stop-after",
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp123 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()
DTargetPassConfig.cpp256 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/
DDebugCounter.h89 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/
DDebugCounter.cpp97 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/
DTargetPassConfig.h92 AnalysisID StopAfter = nullptr;
166 return !hasLimitedCodeGenPipeline() || (!StopAfter && !StopBefore);
/external/llvm/tools/llc/
Dllc.cpp405 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/
DTargetPassConfig.cpp349 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/
DTargetMachine.h305 AnalysisID StartAfter = nullptr, AnalysisID StopAfter = nullptr,