Searched refs:StackSave (Results 1 – 3 of 3) sorted by relevance
2121 Value *StackSave = nullptr; in lowerLocalAllocas() local2123 StackSave = Builder.CreateCall( in lowerLocalAllocas()2140 if (StackSave) { in lowerLocalAllocas()2144 StackSave); in lowerLocalAllocas()
2254 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local2259 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()
1841 auto *StackSave = in RemovePreallocated() local1846 StackSave); in RemovePreallocated()