OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 23 00:26:21 UTC 2026