Home
last modified time | relevance | path

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

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