Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h71 void recordUnsuccessfulInlining(const InlineResult &Result) { in recordUnsuccessfulInlining() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp992 Advice->recordUnsuccessfulInlining(IR); in run()