Lines Matching refs:Live
1550 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() argument
1566 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca()
1578 for (Value *V : Live) in relocationViaAlloca()
1723 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca()
2143 SmallVector<Value *, 128> Live; in insertParsePoints() local
2153 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints()
2174 unique_unsorted(Live); in insertParsePoints()
2178 for (auto *Ptr : Live) in insertParsePoints()
2183 relocationViaAlloca(F, DT, Live, Records); in insertParsePoints()
2443 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA() argument
2445 for (Value *V : Live) { in checkBasicSSA()