HomeSort by: relevance | last modified time | path
    Searched refs:hasLimitedCodeGenPipeline (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetPassConfig.h 162 static bool hasLimitedCodeGenPipeline();
168 /// If hasLimitedCodeGenPipeline is true, this method
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 633 bool TargetPassConfig::hasLimitedCodeGenPipeline() {
640 if (!hasLimitedCodeGenPipeline())
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 641 if (TPC.hasLimitedCodeGenPipeline()) {

Completed in 20 milliseconds