Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5020 struct AAHeapToStackImpl : public AAHeapToStack { struct
5021 AAHeapToStackImpl(const IRPosition &IRP, Attributor &A) in AAHeapToStackImpl() argument
5117 ChangeStatus AAHeapToStackImpl::updateImpl(Attributor &A) { in updateImpl()
5270 struct AAHeapToStackFunction final : public AAHeapToStackImpl {
5272 : AAHeapToStackImpl(IRP, A) {} in AAHeapToStackFunction()