Home
last modified time | relevance | path

Searched refs:LifetimeStart (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp286 SmallVector<IntrinsicInst *, 2> LifetimeStart; member
579 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp272 SmallVector<IntrinsicInst *, 2> LifetimeStart; member
555 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()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp2101 using LifetimeStart = SmallPtrSet<Instruction *, 2>; in collectFrameAllocas() typedef
2102 llvm::DenseMap<AllocaInst *, std::unique_ptr<LifetimeStart>> LifetimeMap; in collectFrameAllocas()
2112 LifetimeMap[AI] = std::make_unique<LifetimeStart>(); in collectFrameAllocas()
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp1246 Instruction *LifetimeStart = B.CreateCall( in TEST_F() local
1256 MemoryAccess *LifetimeStartAccess = MSSA.getMemoryAccess(LifetimeStart); in TEST_F()