Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h51 bool PrintISelInput = false;
45 bool PrintISelInput = false; global() member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp117 PrintISelInput("print-isel-input", cl::Hidden, variable
501 SET_BOOLEAN_OPTION(PrintISelInput) in getCGPassBuilderOption()
963 if (PrintISelInput) in addISelPrepare()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h777 if (Opt.PrintISelInput) in addISelPrepare()