Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llc/
H A 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 =()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp469 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local
475 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()