Searched refs:AllocaAmount (Results 1 – 2 of 2) sorted by relevance
53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount);101 int64_t AllocaAmount) { in getLowering() argument103 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering()107 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering()
53 Lowering getLowering(int64_t CurrentOffset, int64_t AllocaAmount);102 int64_t AllocaAmount) { in getLowering() argument104 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering()108 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering()