Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h162 static bool hasLimitedCodeGenPipeline();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp633 bool TargetPassConfig::hasLimitedCodeGenPipeline() { in hasLimitedCodeGenPipeline() function in TargetPassConfig
640 if (!hasLimitedCodeGenPipeline()) in getLimitedCodeGenPipelineReason()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp642 if (TPC.hasLimitedCodeGenPipeline()) { in compileModule()