Searched refs:HasAlloca (Results 1 – 4 of 4) sorted by relevance
999 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local1014 if (HasAlloca || HasExtraAlign) in hasFP()1116 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local1152 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()1154 if (HasAlloca) { in getFrameIndexReference()1360 bool HasAlloca = MFI.hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local1363 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
220 HasAlloca = 0x00000001, enumerator
200 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
1372 FPO |= FrameProcedureOptions::HasAlloca; in beginFunctionImpl()