Searched refs:FixedAllocas (Results 1 – 1 of 1) sorted by relevance
1063 CfgVector<InstAlloca *> FixedAllocas; in processAllocas() local1085 FixedAllocas.push_back(Alloca); in processAllocas()1098 sortAndCombineAllocas(FixedAllocas, StackAlignment, Insts, in processAllocas()1105 sortAndCombineAllocas(FixedAllocas, MaxAlignment, Insts, BasePointerType); in processAllocas()1107 if (!FixedAllocas.empty() || !AlignedAllocas.empty()) in processAllocas()