Lines Matching defs:LiveVariables
1504 static void CreateGCRelocates(ArrayRef<Value *> LiveVariables,
1508 if (LiveVariables.empty())
1543 for (unsigned i = 0; i < LiveVariables.size(); i++) {
1545 Value *BaseIdx = Builder.getInt32(FindIndex(LiveVariables, BasePtrs[i]));
1548 Type *Ty = LiveVariables[i]->getType();
1556 suffixed_name_or(LiveVariables[i], ".relocated", ""));
1650 const SmallVectorImpl<Value *> &LiveVariables,
1655 assert(BasePtrs.size() == LiveVariables.size());
1663 ArrayRef<Value *> GCLive(LiveVariables);
1886 CreateGCRelocates(LiveVariables, BasePtrs, ExceptionalToken, Builder, GC);
1932 CreateGCRelocates(LiveVariables, BasePtrs, Token, Builder, GC);