Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp186 SmallVector<StringRef, 8> PassNames; in operator =() local
187 StringRef(Val).split(PassNames, ',', -1, false); in operator =()
188 for (auto PassName : PassNames) in operator =()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py621 class PassNames: class
668 self.pass_names = PassNames()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py621 class PassNames: class
668 self.pass_names = PassNames()
H A DChangeLog-20155736 * gdbhooks.py (class PassNames): Handle extra arg NEXT_PASS argument.
H A DChangeLog-201430040 (class PassNames): New class, locating and parsing passes.def.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp643 static cl::opt<std::string> *PassNames[] = {&StartAfterOpt, &StartBeforeOpt, in getLimitedCodeGenPipelineReason() local
649 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()