Searched refs:PreallocatedOffsets (Results 1 – 1 of 1) sorted by relevance
2105 SmallVector<size_t, 4> PreallocatedOffsets; in LowerCall() local2108 PreallocatedOffsets.push_back(ArgLocs[i].getLocMemOffset()); in LowerCall()2114 MFI->setPreallocatedArgOffsets(PreallocatedId, PreallocatedOffsets); in LowerCall()