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

  /src/external/apache2/llvm/lib/libLLVMipo/
Makefile 34 IROutliner.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 1 //===- IROutliner.h - Extract similar IR regions into functions ------------==//
10 // The interface file for the IROutliner which is used by the IROutliner Pass.
163 class IROutliner {
165 IROutliner(function_ref<TargetTransformInfo &(Function &)> GTTI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 1 //===- IROutliner.cpp -- Outline Similar Regions ----------------*- C++ -*-===//
10 // Implementation for the IROutliner which is used by the IROutliner Pass.
14 #include "llvm/Transforms/IPO/IROutliner.h"
28 #define DEBUG_TYPE "iroutliner"
356 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group,
703 void IROutliner::findAddInputsOutputs(Module &M, OutlinableRegion &Region,
1186 void IROutliner::deduplicateExtractedSections(
1222 void IROutliner::pruneIncompatibleRegions(
1288 IROutliner::findBenefitFromAllRegions(OutlinableGroup &CurrentGroup)
    [all...]

Completed in 17 milliseconds