Searched refs:PassNames (Results 1 – 2 of 2) sorted by relevance
223 SmallVector<StringRef, 8> PassNames; in operator =() local224 StringRef(Val).split(PassNames, ',', -1, false); in operator =()225 for (auto PassName : PassNames) in operator =()
646 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local652 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()