Lines Matching defs:LiveVariables
1498 static void CreateGCRelocates(ArrayRef<Value *> LiveVariables,
1502 if (LiveVariables.empty())
1537 for (unsigned i = 0; i < LiveVariables.size(); i++) {
1539 Value *BaseIdx = Builder.getInt32(FindIndex(LiveVariables, BasePtrs[i]));
1542 Type *Ty = LiveVariables[i]->getType();
1550 suffixed_name_or(LiveVariables[i], ".relocated", ""));
1644 const SmallVectorImpl<Value *> &LiveVariables,
1649 assert(BasePtrs.size() == LiveVariables.size());
1657 ArrayRef<Value *> GCArgs(LiveVariables);
1880 CreateGCRelocates(LiveVariables, BasePtrs, ExceptionalToken, Builder, GC);
1926 CreateGCRelocates(LiveVariables, BasePtrs, Token, Builder, GC);