Lines Matching defs:Live
322 dbgs() << "Live Variables:\n";
2013 Function &F, DominatorTree &DT, ArrayRef<Value *> Live,
2029 PromotableAllocas.reserve(Live.size());
2043 for (Value *V : Live)
2195 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues &&
2835 SmallVector<Value *, 128> Live;
2842 llvm::append_range(Live, Info.StatepointToken->gc_args());
2862 unique_unsorted(Live);
2866 for (auto *Ptr : Live)
2871 relocationViaAlloca(F, DT, Live, Records);
3248 /// Check that the items in 'Live' dominate 'TI'. This is used as a basic
3250 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live,
3252 for (Value *V : Live) {