Searched refs:StackSave (Results 1 – 3 of 3) sorted by relevance
2060 Value *StackSave = nullptr; in lowerLocalAllocas() local2062 StackSave = Builder.CreateCall( in lowerLocalAllocas()2079 if (StackSave) { in lowerLocalAllocas()2083 StackSave); in lowerLocalAllocas()
2247 Function *StackSave = Intrinsic::getDeclaration(M, Intrinsic::stacksave); in InlineFunction() local2252 .CreateCall(StackSave, {}, "savedstack"); in InlineFunction()
1831 auto *StackSave = in RemovePreallocated() local1836 StackSave); in RemovePreallocated()