Searched defs:AllocBeginOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1588 uint64_t AllocBeginOffset,
1592 uint64_t RelBegin = I->beginOffset() - AllocBeginOffset;
1593 uint64_t RelEnd = I->endOffset() - AllocBeginOffset;
1655 uint64_t AllocBeginOffset, AllocaSlices &S,
1686 if (!isIntegerWideningViableForSlice(DL, AllocaTy, AllocBeginOffset, Size,
1693 if (!isIntegerWideningViableForSlice(DL, AllocaTy, AllocBeginOffset, Size,
1586 isIntegerWideningViableForSlice(const DataLayout &DL, Type *AllocaTy, uint64_t AllocBeginOffset, uint64_t Size, AllocaSlices &S, AllocaSlices::const_iterator I, bool &WholeAllocaOp) argument
1654 isIntegerWideningViable(const DataLayout &DL, Type *AllocaTy, uint64_t AllocBeginOffset, AllocaSlices &S, AllocaSlices::const_iterator I, AllocaSlices::const_iterator E, ArrayRef<AllocaSlices::iterator> SplitUses) argument

Completed in 36 milliseconds