Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h230 bool isCompatibleWithAlreadyOutlinedCode(const OutlinableRegion &Region);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2363 bool IROutliner::isCompatibleWithAlreadyOutlinedCode( in isCompatibleWithAlreadyOutlinedCode() function in IROutliner
2922 if (!isCompatibleWithAlreadyOutlinedCode(*Region)) in doOutline()