Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2121 Value *StackSave = nullptr; in lowerLocalAllocas() local
2123 StackSave = Builder.CreateCall( in lowerLocalAllocas()
2140 if (StackSave) { in lowerLocalAllocas()
2144 StackSave); in lowerLocalAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2254 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local
2259 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1841 auto *StackSave = in RemovePreallocated() local
1846 StackSave); in RemovePreallocated()