Searched refs:LifetimeSize (Results 1 – 8 of 8) sorted by relevance
141 assert(Var.LifetimeSize <= Var.Size); in GetShadowBytesAfterScope()143 (Var.LifetimeSize + Granularity - 1) / Granularity; in GetShadowBytesAfterScope()
34 size_t LifetimeSize; // Size in bytes to use for lifetime analysis check. member
83 int64_t LifetimeSize = Size->getSExtValue(); in findMatchingAlloca() local85 if (LifetimeSize != -1 && LifetimeSize != AllocaSize) in findMatchingAlloca()
4555 llvm::Value *LifetimeSize = in EmitCall() local4559 if (LifetimeSize) // In case we disabled lifetime markers. in EmitCall()4560 CallLifetimeEndAfterCall.emplace_back(AI, LifetimeSize); in EmitCall()
3044 Desc.LifetimeSize = Desc.Size; in processStaticAllocas()
3167 Desc.LifetimeSize = Desc.Size; in processStaticAllocas()