Searched refs:PendingGCRelocateCalls (Results 1 – 2 of 2) sorted by relevance
65 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()72 auto I = find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()73 assert(I != PendingGCRelocateCalls.end() && in relocCallVisited()75 PendingGCRelocateCalls.erase(I); in relocCallVisited()114 SmallVector<const CallInst *, 10> PendingGCRelocateCalls; variable
52 assert(PendingGCRelocateCalls.empty() && in startNewStatepoint()65 assert(PendingGCRelocateCalls.empty() && in clear()