Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h228 SmallVector<WeakTrackingVH, 8> InlinedCalls; variable
243 InlinedCalls.clear(); in reset()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp530 if (!InlineInfo.InlinedCalls.empty()) { in inlineCallsImpl()
546 for (Value *Ptr : InlineInfo.InlinedCalls) { in inlineCallsImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1515 IFI.InlinedCalls.push_back(NewCall); in UpdateCallGraphAfterInlining()