Searched refs:PendingGCRelocateCalls (Results 1 – 2 of 2) sorted by relevance
69 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()79 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()80 assert(I != PendingGCRelocateCalls.end() && in relocCallVisited()82 PendingGCRelocateCalls.erase(I); in relocCallVisited()121 SmallVector<const GCRelocateInst *, 10> PendingGCRelocateCalls; variable
89 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()103 assert(PendingGCRelocateCalls.empty() && in clear()