Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DCloning.h207 SmallVector<CallSite, 8> InlinedCallSites; variable
212 InlinedCallSites.clear(); in reset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp1018 if (!IFI.InlinedCallSites.empty()) { in run()
1021 for (CallSite &CS : reverse(IFI.InlinedCallSites)) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2170 IFI.InlinedCallSites.push_back(CS); in InlineFunction()