Searched refs:LifetimeStart (Results 1 – 4 of 4) sorted by relevance
286 SmallVector<IntrinsicInst *, 2> LifetimeStart; member579 Allocas[AI].LifetimeStart.push_back(II); in runOnFunction()656 if (UnrecognizedLifetimes.empty() && Info.LifetimeStart.size() == 1 && in runOnFunction()658 IntrinsicInst *Start = Info.LifetimeStart[0]; in runOnFunction()699 for (auto &II : Info.LifetimeStart) in runOnFunction()
272 SmallVector<IntrinsicInst *, 2> LifetimeStart; member555 Allocas[AI].LifetimeStart.push_back(II); in runOnFunction()632 if (UnrecognizedLifetimes.empty() && Info.LifetimeStart.size() == 1 && in runOnFunction()634 IntrinsicInst *Start = Info.LifetimeStart[0]; in runOnFunction()675 for (auto &II : Info.LifetimeStart) in runOnFunction()
2101 using LifetimeStart = SmallPtrSet<Instruction *, 2>; in collectFrameAllocas() typedef2102 llvm::DenseMap<AllocaInst *, std::unique_ptr<LifetimeStart>> LifetimeMap; in collectFrameAllocas()2112 LifetimeMap[AI] = std::make_unique<LifetimeStart>(); in collectFrameAllocas()
1246 Instruction *LifetimeStart = B.CreateCall( in TEST_F() local1256 MemoryAccess *LifetimeStartAccess = MSSA.getMemoryAccess(LifetimeStart); in TEST_F()