Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2060 Value *StackSave = nullptr; in lowerLocalAllocas() local
2062 StackSave = Builder.CreateCall( in lowerLocalAllocas()
2079 if (StackSave) { in lowerLocalAllocas()
2083 StackSave); in lowerLocalAllocas()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2247 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local
2252 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1831 auto *StackSave = in RemovePreallocated() local
1836 StackSave); in RemovePreallocated()