Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 =()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp674 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local
680 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()