Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp95 if (!PassPipeline.empty() && TargetPassConfig::hasLimitedCodeGenPipeline()) { in compileModuleWithNewPM()
H A Dllc.cpp709 if (TPC.hasLimitedCodeGenPipeline()) { in compileModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h170 static bool hasLimitedCodeGenPipeline();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp647 bool TargetPassConfig::hasLimitedCodeGenPipeline() { in hasLimitedCodeGenPipeline() function in TargetPassConfig
653 if (!hasLimitedCodeGenPipeline()) in getLimitedCodeGenPipelineReason()