Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h247 bool extractSection(OutlinableRegion &Region);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1549 bool IROutliner::extractSection(OutlinableRegion &Region) { in extractSection() function in IROutliner
1713 bool FunctionOutlined = extractSection(*OS); in doOutline()