Lines Matching defs:Live
321 dbgs() << "Live Variables:\n";
2019 Function &F, DominatorTree &DT, ArrayRef<Value *> Live,
2035 PromotableAllocas.reserve(Live.size());
2049 for (Value *V : Live)
2201 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues &&
2842 SmallVector<Value *, 128> Live;
2849 llvm::append_range(Live, Info.StatepointToken->gc_live());
2869 unique_unsorted(Live);
2873 for (auto *Ptr : Live)
2878 relocationViaAlloca(F, DT, Live, Records);
3255 /// Check that the items in 'Live' dominate 'TI'. This is used as a basic
3257 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live,
3259 for (Value *V : Live) {