Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2171 Value *StackSave = nullptr; in lowerLocalAllocas() local
2173 StackSave = Builder.CreateCall( in lowerLocalAllocas()
2190 if (StackSave) { in lowerLocalAllocas()
2194 StackSave); in lowerLocalAllocas()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1900 auto *StackSave = in RemovePreallocated() local
1905 StackSave); in RemovePreallocated()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2299 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local
2304 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()