Home
last modified time | relevance | path

Searched refs:InlinedCalls (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h226 SmallVector<WeakTrackingVH, 8> InlinedCalls; variable
241 InlinedCalls.clear(); in reset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp470 if (!InlineInfo.InlinedCalls.empty()) { in inlineCallsImpl()
486 for (Value *Ptr : InlineInfo.InlinedCalls) { in inlineCallsImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1356 IFI.InlinedCalls.push_back(NewCall); in UpdateCallGraphAfterInlining()