Lines Matching defs:SkippedLifetimeStart
292 // If SkippedLifetimeStart is provided, skip over one clobbering lifetime.start
293 // intrinsic and store it inside SkippedLifetimeStart.
297 Instruction **SkippedLifetimeStart = nullptr) {
305 SkippedLifetimeStart && !*SkippedLifetimeStart) {
306 *SkippedLifetimeStart = I;
917 Instruction *SkippedLifetimeStart = nullptr;
919 MSSA->getMemoryAccess(cpyStore), &SkippedLifetimeStart)) {
927 if (SkippedLifetimeStart) {
929 dyn_cast<Instruction>(SkippedLifetimeStart->getOperand(1));
1109 if (SkippedLifetimeStart) {
1110 SkippedLifetimeStart->moveBefore(C);
1111 MSSAU->moveBefore(MSSA->getMemoryAccess(SkippedLifetimeStart),