Searched refs:StopAfter (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 94 AnalysisID StartAfter, AnalysisID StopAfter, in addPassesToGenerateCode() argument 107 PassConfig->setStartStopPasses(StartBefore, StartAfter, StopAfter); in addPassesToGenerateCode() 152 AnalysisID StopAfter, MachineFunctionInitializer *MFInitializer) { in addPassesToEmitFile() argument 156 StopAfter, MFInitializer); in addPassesToEmitFile() 160 if (StopAfter) { in addPassesToEmitFile()
|
D | Passes.cpp | 242 StopAfter(nullptr), Started(true), Stopped(false), in TargetPassConfig() 343 if (StopAfter == PassID) in addPass()
|
/external/llvm/include/llvm/CodeGen/ |
D | Passes.h | 105 AnalysisID StopAfter; 153 AnalysisID StopAfter) { 158 this->StopAfter = StopAfter;
|
D | CommandFlags.h | 205 cl::opt<std::string> StopAfter("stop-after",
|
/external/llvm/tools/llc/ |
D | llc.cpp | 352 if (!StartAfter.empty() || !StopAfter.empty()) { in compileModule() 372 if (!StopAfter.empty()) { in compileModule() 373 const PassInfo *PI = PR->getPassInfo(StopAfter); in compileModule()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPTargetMachine.h | 35 AnalysisID StopAfter,
|
D | CPPBackend.cpp | 2137 AnalysisID StopAfter, MachineFunctionInitializer *MFInitializer) { in addPassesToEmitFile() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 297 AnalysisID StartAfter = nullptr, AnalysisID StopAfter = nullptr,
|