Home
last modified time | relevance | path

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

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