Searched refs:StackSave (Results 1 – 3 of 3) sorted by relevance
2254 Value *StackSave = nullptr; in lowerLocalAllocas() local2256 StackSave = Builder.CreateCall( in lowerLocalAllocas()2273 if (StackSave) { in lowerLocalAllocas()2277 StackSave); in lowerLocalAllocas()
1907 auto *StackSave = in RemovePreallocated() local1912 StackSave); in RemovePreallocated()
2536 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local2541 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()