Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2254 Value *StackSave = nullptr; in lowerLocalAllocas() local
2256 StackSave = Builder.CreateCall( in lowerLocalAllocas()
2273 if (StackSave) { in lowerLocalAllocas()
2277 StackSave); in lowerLocalAllocas()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1907 auto *StackSave = in RemovePreallocated() local
1912 StackSave); in RemovePreallocated()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2536 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local
2541 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()