Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCloning.h204 SmallVector<CallSite, 8> InlinedCallSites; variable
209 InlinedCallSites.clear(); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp1096 if (!IFI.InlinedCallSites.empty()) { in run()
1099 for (CallSite &CS : reverse(IFI.InlinedCallSites)) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2241 IFI.InlinedCallSites.push_back(CS); in InlineFunction()