Searched refs:PassNames (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llc/ |
D | llc.cpp | 128 SmallVector<StringRef, 8> PassNames; in operator =() local 129 StringRef(Val).split(PassNames, ',', -1, false); in operator =() 130 for (auto PassName : PassNames) in operator =()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/ |
D | llc.cpp | 158 SmallVector<StringRef, 8> PassNames; in operator =() local 159 StringRef(Val).split(PassNames, ',', -1, false); in operator =() 160 for (auto PassName : PassNames) in operator =()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 430 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local 436 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()
|