Searched refs:RelocCall (Results 1 – 2 of 2) sorted by relevance
69 void scheduleRelocCall(const CallInst &RelocCall) { in scheduleRelocCall() argument70 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()76 void relocCallVisited(const CallInst &RelocCall) { in relocCallVisited() argument77 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()
64 void scheduleRelocCall(const CallInst &RelocCall) { in scheduleRelocCall() argument65 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()71 void relocCallVisited(const CallInst &RelocCall) { in relocCallVisited() argument72 auto I = find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()