Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h45 bool shouldOutlineFrom(const Function &F) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp207 bool HotColdSplitting::shouldOutlineFrom(const Function &F) const { in shouldOutlineFrom() function in HotColdSplitting
705 if (!shouldOutlineFrom(F)) { in run()