Home
last modified time | relevance | path

Searched refs:PrintISelInput (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h46 bool PrintISelInput = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp112 static cl::opt<bool> PrintISelInput("print-isel-input", cl::Hidden, variable
457 SET_BOOLEAN_OPTION(PrintISelInput) in getCGPassBuilderOption()
959 if (PrintISelInput) in addISelPrepare()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h740 if (Opt.PrintISelInput) in addISelPrepare()