Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp204 SmallVector<StringRef, 8> PassNames; in operator =() local
205 StringRef(Val).split(PassNames, ',', -1, false); in operator =()
206 for (auto PassName : PassNames) in operator =()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp688 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local
694 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()