Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Alloca

514                       bool isSS, const AllocaInst *Alloca) {
520 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, Alloca));
548 const AllocaInst *Alloca) {
553 Objects.push_back(StackObject(0, Alignment, 0, false, false, Alloca));
577 /*Alloca*/ nullptr));
593 /*Alloca*/ nullptr));
656 // any calls or alloca's, align to the target's StackAlignment value to
657 // ensure that the callee's frame or the alloca data is suitably aligned;