Searched refs:Lifetimes (Results 1 – 1 of 1) sorted by relevance
2414 SmallVector<Instruction *, 1> Lifetimes; in sinkLifetimeStartMarkers() local2424 Lifetimes.push_back(U); in sinkLifetimeStartMarkers()2430 Lifetimes.push_back(U->user_back()); in sinkLifetimeStartMarkers()2454 if (Valid && Lifetimes.size() != 0) { in sinkLifetimeStartMarkers()2457 if (isa<AllocaInst>(Lifetimes[0]->getOperand(1))) in sinkLifetimeStartMarkers()2464 auto *NewLifetime = Lifetimes[0]->clone(); in sinkLifetimeStartMarkers()2469 for (Instruction *S : Lifetimes) in sinkLifetimeStartMarkers()