Home
last modified time | relevance | path

Searched refs:extractSection (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h300 bool extractSection(OutlinableRegion &Region);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2711 bool IROutliner::extractSection(OutlinableRegion &Region) { in extractSection() function in IROutliner
2967 bool FunctionOutlined = extractSection(*OS); in doOutline()