Searched refs:HasAlloca (Results 1 – 3 of 3) sorted by relevance
851 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local865 if ((HasFixed || HasPrealloc) && (HasAlloca || HasExtraAlign)) in hasFP()965 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local984 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()986 if (HasAlloca) { in getFrameIndexReference()1171 bool HasAlloca = MFI->hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local1174 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
211 HasAlloca = 0x00000001, enumerator
220 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),