Home
last modified time | relevance | path

Searched refs:PassNames (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llc/
Dllc.cpp128 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/
Dllc.cpp158 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/
DTargetPassConfig.cpp430 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local
436 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()