Searched refs:AllocBefore (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 134 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() argument 137 OffsetByte = -(AllocBefore / 8 + 1); in setBeforeReturnValues() 139 OffsetByte = -((AllocBefore + 7) / 8 + (BitWidth + 7) / 8); in setBeforeReturnValues() 140 OffsetBit = AllocBefore % 8; in setBeforeReturnValues() 144 Target.setBeforeBit(AllocBefore); in setBeforeReturnValues() 146 Target.setBeforeBytes(AllocBefore, (BitWidth + 7) / 8); in setBeforeReturnValues() 562 uint64_t AllocBefore = in tryVirtualConstProp() local 572 (AllocBefore + 7) / 8 - Target.allocatedBeforeBytes() - 1, 0); in tryVirtualConstProp() 587 setBeforeReturnValues(TargetsForSlot, AllocBefore, BitWidth, OffsetByte, in tryVirtualConstProp()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 205 uint64_t AllocBefore, unsigned BitWidth,
|