Home
last modified time | relevance | path

Searched defs:OIC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp69 auto OIC = shouldInline( in run() local
H A DInliner.cpp420 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp109 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in getAdviceImpl() local
173 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in tryCreate() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h135 Optional<InlineCost> OIC; variable