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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h161 static bool hasLimitedCodeGenPipeline();
167 /// If hasLimitedCodeGenPipeline is true, this method
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp469 bool TargetPassConfig::hasLimitedCodeGenPipeline() { function in class:TargetPassConfig
476 if (!hasLimitedCodeGenPipeline())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp600 if (TPC.hasLimitedCodeGenPipeline()) {

Completed in 93 milliseconds