Searched refs:RelocCall (Results 1 – 1 of 1) sorted by relevance
66 void scheduleRelocCall(const GCRelocateInst &RelocCall) { in scheduleRelocCall() argument68 if (!RelocCall.use_empty()) in scheduleRelocCall()69 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()75 void relocCallVisited(const GCRelocateInst &RelocCall) { in relocCallVisited() argument77 if (RelocCall.use_empty()) in relocCallVisited()79 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()