Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h162 static bool hasLimitedCodeGenPipeline();
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp678 bool TargetPassConfig::hasLimitedCodeGenPipeline() { in hasLimitedCodeGenPipeline() function in TargetPassConfig
685 if (!hasLimitedCodeGenPipeline()) in getLimitedCodeGenPipelineReason()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp687 if (TPC.hasLimitedCodeGenPipeline()) { in compileModule()